Hi there,
I am new in ELK, and I setup the ELK first time on my local machine. After restarting filebeat on client i am able to see logs on kibana dashboard. But after 15 mins. I am unable to see any logs and getting "No results found" i tried very hard to figure out what is happening but fails.
I also tried recreating index but getting same issue.
i am also looking to expand time range but don't know how to do that.
Please help me resolve this:
Kibana version: 4.5.4
Elasticsearch version: 2.X
logstash Version : 2.2
In Kibana 4.5 you can set the time range in the right upper corner. In the tab "Quick" you can find the time range "Today". Click on it, perhaps you´ve selected a time range while clicking on a control in a dashboard.
Is the filebeat still running and producing log? Might there just not be any logs in the past 15 minutes?
If you are 100% sure, it might still be an issue with timezones, that the filebeat is delivering the time of the events in another timezone than your Kibana/Browser is set up to.
For the timezone client machine (where filebeat is running) is having UTC time zone.
and the browser i am accessing kibana showing log status with local time zone.
I do not believe you did that, but it could be a potential source of error: did you create a scripted field to calculate something (whose value is not always given)?
I see you have a filter in the logstash config where you look for syslogs etc.
I don´t know but perhaps your filter is misconfigured? Check this so far.
Do you use your ELK Stack for production ? If not, you can configure a another index for your data, to see if you got data from your system.
If you want no filter you don´t need to write anything in the filter section of the logstash config. You just need the following lines
Filter-Section
filter{
}
and thats it, now you have no filter in your config.
But please think about it, grok match is a pattern which makes your data structured and queryable and without this you get the blank data send into your ES.
Okay... can you send me the indices you have created/configured in Kibana ?
Oh and it would be nice if you send me your complete logstash config, so I can see what logstash is doing with your data.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.