Questions tagged [elastic-cloud]
134 questions
0
votes
1 answer
Is it possible to monitor 2 different infrastructures ? - Elastic Cloud
I'm currently using a the trial of Elastic Cloud for my project.
I would like to be able to monitor 2 infrastructures at the same time, I have created a space for each infrastructure as well as 2 agent policies linked to the agents of their own…

Sénéchal Julien
- 43
- 9
0
votes
0 answers
List agents connected to elastic cloud
Lets say we have number of nodes(machines) shipping logs to elastic cloud using any beats(filebeat,metric beat).
Is there any consolidated data in elastic cloud where I can see the list of nodes which are connected to it to ship the logs ?

Prasad
- 35
- 6
0
votes
1 answer
Elastic Search: Generating Elastic Search query using Elastic search API
I would like to know the difference between the hard corded query and the query generated through API's? I am using elastic search API to build a query. The resultant query that I am expecting is of the below format.
{
"query": {
"bool": {
…

User27854
- 824
- 1
- 16
- 40
0
votes
0 answers
Elasticsearch unassigned shards : corrupt_index_exception, no_valid_shard_copy, e_o_f_exception
I am using helm chart for elastic 7.12.0 cluster (2 master , 2 data) deployment on K8s, with a stateful-set (for persistence i have a volume claim).
getting a lot of unassigned shards, where the shards are corrupted.
*"unassigned_info": {
"reason":…

elransa
- 1
- 1
0
votes
1 answer
Elastic Cloud APM not showing logs in Transactions Page
What makes Kibana to not show docker container logs in APM "Transactions" page under "Logs" tab.
I verified the logs are successfully being generated with the "trace.id" associated for proper linking.
I have the exact same environment and configs…

thiago
- 377
- 5
- 20
0
votes
1 answer
Connect through SSH tunnel on Logstash - Elastic cloud
I try to connect to my MySQL server with logstash on our elastic cloud cluster, the problem is that we use SSH tunnel on the sql server. Is there a way, using the logstash pipeline creation interface on elastic cloud, to connect to a mysql server…

FairPluto
- 697
- 6
- 28
0
votes
1 answer
ECK - how to delete nodeset?
Here is my Elasticsearch yaml:
---
# Source: elastic/templates/elastic.yaml
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: ichat-els-deployment
spec:
# updateStrategy:
# changeBudget:
# maxSurge:…

Saligia
- 147
- 1
- 9
0
votes
0 answers
Cannot rename nodeset in ECK
I am trying to rename a nodeset in my ECK cluster. Below is my Elastisearch cluster yaml:
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: elastic-test
spec:
version: 7.11.1
auth:
roles:
- secretName:…

Saligia
- 147
- 1
- 9
0
votes
1 answer
How to deploy Managed Elastic Cloud to Azure with ARM template/Azure CLI?
I have not found a way to deploy Elastic Cloud (managed elasticsearch, kibana, logstash) to Azure using ARM template or the CLI.
This is the one I would like to…

Zsuzsanna D
- 19
- 1
- 5
0
votes
0 answers
Elasticsearch ILM index data is not shifting/migrating
We have created ILM (index lifecycle management) policies, to automate index rollover using a matching index template and a bootstrap index to enable write index with an alias.
Please find the below API code:
Polices
{
"policy": {
"phases": {
…

Pradeep M Nayak
- 50
- 2
- 9
0
votes
1 answer
ElasticSearch/ElasticCloud Alert Creation
I am a newbie in Elastic in general and currently I am trying to manage our alerts for CPU/Disk/Memory in Elastic Cloud. I can create the alerts manually just fine, but that takes a huge amount of time and if we migrate I want to be able to create…

Kristian Kanchev
- 209
- 1
- 8
0
votes
0 answers
503 Service Unavailable - Master not discovered error in AKS
I have a AKS cluster (k1) with 3 nodes. I have deployed ECK operator using all_in_one.yaml.
I have another AKS cluster(k2) which is running my application stack , i have installed filebeats in this cluster (k2) and it is shipping the logs to…

pindropviolence
- 36
- 4
0
votes
1 answer
How to format "cloud_auth" in logstash pipeline output
I'm running logstash 7.12.1, and the pipeline I'm trying to run will not accept my cloud_auth syntax for some reason. It hits an error right after the " that contains the user:password pair. I've triple checked the documentation below and can't find…

Wooden-Ebb-8057
- 13
- 2
0
votes
1 answer
Elasticsearch - ‘network.host’: is not allowed on ElasticCloud
I am using ElasticCloud , version v7.12.1, I have sat up a watcher for health check of cluster that it looks like below:
PUT _watcher/watch/cluster_health_watch
{
"trigger" : {
"schedule" : { "cron" : "0 0/5 * * * ?" }
},
…

Matrix
- 2,399
- 5
- 28
- 53
0
votes
1 answer
Elastic cloud logs not appearing in observability logs
The logs appear in my index pattern search when I go to the Analytics > Discover section, but don't appear in Observability > Logs. Not sure what I have to do to get them to show up there. I have already added the application-* prefix to the…

Clement
- 4,491
- 4
- 39
- 69