elk Questions
1
I am trying to build a local elasticsearch instance using Docker. I have started Elasticsearch container and then started Kibana container. I have gone through the process of connecting kibana cont...
Hysterotomy asked 21/11, 2022 at 5:53
2
I want to setup three containers, one for logstash, one for elasticsearch and one for kibana.
The last two are fine as the are but I need to configure the first one so it has and uses http input pl...
Actinometer asked 11/12, 2019 at 15:55
3
I have elasticsearch and Kibana are up and running and I want to read logs using logstash so for that I have passed csv file as an input in logstash.conf file but its not reading logs and shutting ...
Odontoid asked 16/3, 2022 at 7:55
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
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 using ELK 6.8.9 all configuration is in my docker-compose file. It was working fine but when suddenly I am getting an error of
org.elasticsearch.action.search.SearchPhaseExecutionException: al...
Crist asked 16/12, 2020 at 7:50
2
Solved
So, I'm building a full cloud solution using kubernetes and spring boot.
My spring boot application is deployed to a container and logs directly on the console.
As containers are ephemerals I'd li...
Edmondedmonda asked 7/8, 2019 at 17:12
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...
Jessalin asked 10/8, 2020 at 17:45
2
Solved
I'm using Fargate to deploy my application. To log the container logs, I'm using awslogs as the log-driver. Now I want to ship my logs to Amazon ES service. While going through the docs for shippin...
Misfit asked 11/4, 2020 at 15:8
2
I am new to elasticsearch and I want to delete documents in my elasticsearch index which are older than 10 days. I want to keep only last 10 days of data.So is there any way to delete last 11nth da...
Flaunt asked 17/9, 2019 at 13:6
1
Solved
We have a setup with multiple containers running NodeJS services(node:11-alpine docker image) deployed in AWS ECS Fargate.
We already have a running ElasticSearch instance collecting logs from non...
Gerick asked 3/9, 2019 at 12:35
1
Solved
I would to understand more how minimum_should_match works in elasticsearch for a a query search
GET /customers/_search
{
"query": {
"bool": {
"must":[
{
"query_string":{
"query": "大月亮",
"d...
Julide asked 23/8, 2019 at 7:16
4
Solved
In one of my project, I am planning to use ElasticSearch with MySQL.
I have successfully installed ElasticSearch. I am able to manage index in ES separately. but I don't know how to implement the s...
Beverleybeverlie asked 22/3, 2016 at 10:40
1
© 2022 - 2024 — McMap. All rights reserved.