Questions tagged [elastic-cloud]
134 questions
1
vote
0 answers
AWS MSK connector with kafka-connect-elasticsearch error ERROR Failed to create client to verify connection
I try to connect my aws msk which is in private vpc with msk connector to my cloud.elastic.io elasticsearch. MSK cluster and elastic.io are in same region us-west-2
I use https://www.confluent.io/hub/confluentinc/kafka-connect-elasticsearch but…

Vahan Hovsepyan
- 11
- 1
1
vote
1 answer
How to integrate Prometheus metrics to Elasticsearch/Cloud
We're using the OpenTelemetry collector agent to send logs and traces to Elastic Cloud. We now want to incorporate metrics as well.
We have a mix of bespoke apps in addition to some FOSS (Free Open Source Software), COTS (Commercial Off The Shelf)…

Ryan.Bartsch
- 3,698
- 1
- 26
- 52
1
vote
1 answer
Will deleting all Elastic indices that match on an Index Pattern also delete the Index Pattern?
Context:
I am working in Kibana. It is hooked up to an elastic cluster running in docker.
Here is the objective:
I currently have an index pattern named objects-* that matches on several indices of the form objects-name, objects-pattern, etc.
I…

ameyers
- 11
- 1
1
vote
2 answers
elasticsearch move data from local device to cloud ealstic
Is there any way to copy all the data of an index from elasticsearch from my computer to cloud elastic ?
i'm working on localhost and now i want to migrate it to cloud.elastic.co
Cheers!

abderrahmen
- 9
- 4
1
vote
1 answer
illegal_argument_exception when creating an index alias - Elastic Cloud
I am trying to create an alias with a filter of an index pattern metrics-* . I was able to do it yesterday and the day before without any problems but I can't do it again today, even if I re-run the same queries as yesterday. I have no problem…

Sénéchal Julien
- 43
- 9
1
vote
1 answer
Elastic Cloud: API endpoint - 404 Not Found on search?
Description
I want to query the data in our Elastic Cloud instance using the REST API with authorization via API Key.
Steps taken
I tried using the SQL API as well as the Search API. NB that I would much preferably use the SQL API.
Based on the…

Philippe Hebert
- 1,616
- 2
- 24
- 51
1
vote
0 answers
Elastic search kibana : 404 error in genearted pdf report
I am using elastic cloud on V7.16.2. I am trying to generate a PDF report out of elastic search Kibana dashboard. I am able to queue the report but in the PDF report is see below text only.
{statusCode: 404, error: "Not Found", message: "Not…

Krishnom
- 1,348
- 12
- 39
1
vote
1 answer
Mismatch IP address Private Service Connect with Google Could Platform and Elastic Cloud
I am setting up a GCP private service connect with Elastic Cloud and I have followed the instructions from this page:
https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html
So I have setup Private Service Connect at GCP,…

Hakan54
- 3,121
- 1
- 23
- 37
1
vote
0 answers
elasticdump - connect to elastic cloud/kibana
I have an elasticsearch instance hosted on elastic cloud through GCP using "Elastic Cloud (Elasticsearch managed service)".
I am trying to run elasticdump from npm to pull and push data, but I am having no luck. I am not positive I am connecting…

aescript
- 1,775
- 4
- 20
- 30
1
vote
1 answer
How to create a custom index in Filebeat/Metric beat
Requirement is to create a custom index in filebeat. Which is running as a daemonset in Kubernetes. I need logs of different namespace to have separate index. Is there any way to implement this as filebeat does not provide flexibility like log stash

sidharth vijayakumar
- 1,190
- 5
- 29
1
vote
0 answers
ECK master node not discovered on master node restart
I have a simple elasticsearch cluster running on Kubernetes cluster. I am using the Elasticsearch operator to do so. version 1.7
this is how my ES object looks.
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name:…

Ojas Kale
- 2,067
- 2
- 24
- 39
1
vote
1 answer
Infinite iterator
I'm tring to do a for loop inside a infinite while loop. This infinite loop get data of 3 different index from ElasticCloud to operate it after. I'm trying to put conditions over the second loop but it turns infinite.
Here is what I'm trying to…

Saliinger
- 57
- 5
1
vote
1 answer
Any ways to feed an accumulative index in elasticsearch with python?
Hope you are having a nice day!
I am trying to import data from a python script into an elasticsearch index. The index must receive data every so often (10 min) and accumulate said data every time the python script finishes the process, of course,…

Saliinger
- 57
- 5
1
vote
1 answer
is transforms working in confluent.cloud(Kafka) to elastic cloud
I am creating the elastic sink connector in confluent.cloud(Kafka). here, if I use transforms, it is not working. will confluent.cloud(kafka) supports transforms?.
Below is my script,
{
"name": "ElasticConnectorTest5",
"config": {
…

bala n
- 61
- 6
1
vote
1 answer
Creating Elastic Sink Connector between Confluent.Cloud(Kafka) to Elastic Cloud
I am creating the sink connector between Confluent.Cloud(Kafka) and Elastic Cloud
The following details I have added there,
{
"name": "ElasticsearchSinkConnector_1",
"config": {
"topics": "sinktest",
"input.data.format": "AVRO",
…

bala n
- 61
- 6