elastic-stack Questions

6

Solved

I'm trying to use the docker's image elk-docker (https://elk-docker.readthedocs.io/) , using Docker Compose. The .yml file, is like this: elk: image: sebp/elk ports: - "5601:5601" - "9200:9200" ...
Escarole asked 9/12, 2016 at 16:15

2

I am trying to understand how elastic search supports Geo Spatial search internally. For the basic search, it uses the inverted index; but how does it combine with the additional search criteria ...
Counterrevolution asked 17/5, 2020 at 14:46

3

is there a way to choose if I want to have a logback appender or not, via environment variable? I have a dockerized spring boot Microservice and added now the ELK stack. That works fine so far. Bu...
Steffen asked 5/11, 2018 at 10:25

6

I am trying to use nfs mount as my elasticsearch data directory, earlier I was using host storage. But when I am trying to up my container, I am facing below mentioned error : ElasticsearchExcepti...
Wifehood asked 11/1, 2021 at 13:55

2

I have created an index template in Elasticsearch, here are my settings Index pattern job_temp* Priority None Component templates None Data stream No Version None { "template"...
Conspectus asked 2/7, 2021 at 12:10

2

ELK with salesforce URL:http://localhost:9200/>, :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://localh...
Onder asked 1/6, 2017 at 16:17

2

Solved

I tried to use logstash-logback-encoder with spring boot for sending logs to the ELK. but unfortunately I get this error. |-ERROR in net.logstash.logback.appender.LogstashTcpSocketAppender[LOGSTASH...

4

I am trying to update a document's nested type field using update_by_query. I am using the following script query: POST test/_update_by_query { "script": { "source": "ctx...
Herne asked 20/8, 2020 at 12:33

1

Solved

I have created a file ie., testfile.painless ctx._source.b_id=params.b_id; and just placed the testfile.painless file in the config/scripts folder on cluster node and then tried with _update_by_qu...

6

Solved

I'm trying out the Elastic Cloud 14 days free trial. I deployed Elastic cloud following the video tutorial. I set my password. However, I don't remember putting in my username. I tried my email a...
Lebanon asked 15/4, 2019 at 6:27

4

Solved

I have deployed ECK (using helm) on my k8s cluster and i am attempting to install elasticsearch following the docs. https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-elasticsearch.htm...
Corabella asked 27/4, 2021 at 13:34

4

Solved

Can you provide me with a hint how to comment out lines in Kibana Dev Tools console? I am interested in comment syntax.
Ulani asked 30/9, 2018 at 13:46

2

Solved

I'm trying to list data from Elastic Search using the REST API on Postman. But I get a security_exception error I read the elastic documentation at https://www.elastic.co/guide/en/elasticsearch/ref...
Kraken asked 31/7, 2019 at 20:48

4

Solved

Am trying to fetch the indexed PDF documents from my index (ElasticSearch). I have indexed my pdf documents using ingest-attachment processor plugin. Totally its 2500 documents has been indexed alo...
Portfire asked 25/6, 2018 at 9:52

4

I'm trying to index a 12mb log file which has 50,000 logs. After Indexing around 30,000 logs, I'm getting the following error [2018-04-17T05:52:48,254][INFO ][logstash.outputs.elasticsearch] retr...
Periostitis asked 17/4, 2018 at 8:58

6

I am using Elastic 7.9.2 version and wanted to use security. so I ran : bin/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass "" and then added xpack.security.enable...

2

How to setup login credentials for kibana gui with docker elk stack containers. What arguments and environmental variables must be passed in docker-compose.yaml file to get this working.

1

Solved

I am trying to batch update documents on the elastic search index. I want to know how can I achieve this scenario. I have to create document if no document of that primaryKey exist. I have to add ...
Maori asked 18/11, 2022 at 11:57

4

Solved

Am searching elasticsearch with the below match query, which is not giving me the exact match instead its giving some more irrevalant match also. am using elasticsearch 6.2.3 Please find my query...
Schweinfurt asked 12/6, 2018 at 13:26

2

Solved

I'm trying to use the search_after parameter with a point in time (PIT) to paginate search results. This is the documentation section I'm consulting. I'm making a POST to /my-index/_pit?keep_alive=...
Scissors asked 2/12, 2020 at 18:41

4

Is Elasticsearch a database itself? Is it safe to use it as my primary database? Is it secure as my primary database to store sensitive data?
Horwath asked 3/4, 2018 at 16:53

5

Solved

I have a dockerized application with a few services running using docker-compose. I'd like to connect this application with ElasticSearch/Logstash/Kibana (ELK) using another docker-compose ap...
Cetus asked 21/12, 2015 at 10:42

2

Solved

I have been trying to use Elasticsearch for our application, but the pagination having a limit of 10k is actually an issue for us, and scroll API is also not a recommended choice due to having to t...
Cowitch asked 25/6, 2021 at 8:31

3

Solved

Currently, Getting result based on scoring but what i want to do is i want a result based on scoring + Field Status with value true/false. If value is true then needed that results in priority bu...
Hierarch asked 27/5, 2020 at 12:21

1

I am using an elastic search for search purpose. But recently I observer that some random error while adding data into elastic search: version conflict, required seqNo [113789], primary term [19]....
Cloudy asked 23/9, 2020 at 18:47

© 2022 - 2024 — McMap. All rights reserved.