elastic-stack Questions

4

The problem I have a machine with logstash on it, and another Elasticsearch-Kibana machine which stores the logs written from logstash on the first machine. Naturally, I want no logs to be kept on...
Tanatanach asked 26/10, 2015 at 11:9

4

Solved

I am trying out the ELK to visualise my log file. I have tried different setups: Logstash file input plugin https://www.elastic.co/guide/en/logstash/current/plugins-inputs-file.html Logstash Beat...
Macur asked 28/10, 2019 at 4:36

2

Solved

I am trying to filter Kibana for a field that contains the string "pH". The field is called extra.monitor_value_name. Examples of potential values are Temperature_ABC01, DO_ABC01, or pH_ABC01. Kib...
Odontoid asked 13/3, 2019 at 15:48

2

I am using filebeat to push my logs to elasticsearch using logstash and the set up was working fine for me before. I am getting Failed to publish events error now. filebeat | 2020-06-20T06:26:03....
Valeta asked 20/6, 2020 at 6:58

3

I am working on Springboot Microservcies & for monitoring Im using ELK Stack. I am using docker containers for running ELK as per this guide. ELK is up and running, I am starting my Logstash b...
Anaptyxis asked 5/10, 2017 at 9:26

1

I'm using a small elasticsearch cluster from the elastic cloud. I need to: download one of the indices from elasticsearch to my local machine for analysis set up elasticsearch node locally and res...
Taille asked 12/7, 2020 at 21:49

3

I have the following configuration for my logstash importing a few CSV files: input { file { path => [ "C:\Data\Archive_ATS_L1\2016-10-08-00-00_to_2016-10-09-00-00\S2KHistorian\Historian\S2K...
Weakkneed asked 14/10, 2016 at 16:33

4

Solved

I am using ELK stack for centralised logging from my Django server. My ELK stack is on a remote server and logstash.conf looks like this: input { tcp { port => 5959 codec => json } } out...
Thirion asked 15/7, 2017 at 12:4

1

I have configured ELK-stack (Elasticsearch, Logstash, and Kibana) cluster for centralized logging system with Filebeat. Now I have been asked to reconfigure to EFK (Elasticsearch, FluentD, and Kiba...
Toccaratoccata asked 21/9, 2017 at 4:38

2

Solved

I have a JSON object like below in Elastic. { "_source" : { "version" : 1, "object_id" : "f1dcae27-7a6f-4fea-b540-901c09b60a15", "object_name" : "testFileName_for_TestSweepAndPrune", "object_...
Infold asked 19/9, 2018 at 18:44

3

Solved

I am getting java version and mysql-connect-java.jar compatibility issue with logstash. can any one tell me which version of mysql-connect-java.jar is compatible with which version of java? Error...
Breeches asked 20/6, 2019 at 9:22

1

Solved

I'm trying to execute a reindex operation from remote ES 2.4 cluster via Reindex API. Which job is to transfer more then 100 million docs of an index to latest version of elasticsearch. For the tes...
Gory asked 27/11, 2020 at 11:23

2

Solved

I keep studying about ELK Stack and ran into a little problem. I have been reading all the documentation possible and it makes great emphasis on the importance of shards and replicas. But nowhere d...

2

Solved

Am trying to fetch documents from elasticsearch with multiple fields using AND operator for the below query am expecting the following results AB-7000-8002-W But am getting this error message U...
Birdsong asked 13/6, 2018 at 9:15

3

Solved

I am newbie to ELK. I want to search for docs based on order of occurrence of words in a field. For example, In doc1, my_field: "MY FOO WORD BAR EXAMPLE" In doc2, my_field: "MY BAR WORD FOO EXAMPL...
Sunfast asked 13/11, 2016 at 0:12

1

Solved

I have three indexes, all three of them share a particular key-value pair. When I do a blanket search with the api "http://localhost:9200/_search" using the request body {"query":{ "query_string"...
Fingernail asked 14/5, 2020 at 2:17

3

Solved

I have two log groups generated by two different lambda. When I subscribe one log group to my elasticsearch service, it is working. However, when I add the other log group I have the following erro...

2

I have just started springboot and tried to implement elastic search with spring-boot but I am getting this type of error while running spring-boot app Consider defining a bean named 'elasticsearc...
Keele asked 7/6, 2019 at 7:12

2

Solved

I'm evaluating different options about the distributed log server. In the Java world, as I can see, the most popular solution is filebeat + kafka + logstash + elasticsearch + kibana. However, in...
Mender asked 4/6, 2018 at 13:51

2

Solved

I have below scenario: I have following indices in elastic search. index-2016.04.10 index-2016.04.11 index-2016.04.12 index-2016.04.15 index-2016.04.16 index-2016.04.18 Now suppose , I want to...
Hydrochloride asked 14/2, 2017 at 5:18

0

I am new to ElasticSearch.I am reindexing some indexes in my ElasticSearch Cluster. While I am trying to reindex an index that has a large amount of data I am getting Socket hang up error. const e...

6

Solved

I have logs of web apps in different servers (many machines). How can I gather these logs in a system where I have Elastic search and Kibana installed. When I searched I only found tutorials that s...
Denude asked 7/1, 2020 at 5:42

3

Solved

How Log stash is different than Kafka? and if both are same which is better? and How? I found both are the pipelines where one can push the data for further processing.
Barros asked 29/11, 2016 at 11:5

2

Solved

For the purpose of log file aggregation, I'm looking to setup a production Elasticsearch instance on an on-premise (vanilla) Kubernetes cluster. There seems to be two main options for deployment: ...
Receptionist asked 3/12, 2019 at 21:46

4

Solved

I want to send logs from a Java app to ElasticSearch, and the conventional approach seems to be to set up Logstash on the server running the app, and have logstash parse the log files (with regex.....
Lechner asked 31/8, 2015 at 0:10

© 2022 - 2024 — McMap. All rights reserved.