Thanks Pier-Hugues for your reply.
It looks inconsistent state of the default index pattern configuration is the reason. Could you provide the command line query to reset it to fresh installation.
After creating filebeat Index Patterns in Kibana I start getting this error given in screenshot.
Below msg I found in Kibana logs
{"type":"response","@timestamp":"2018-06-11T16:06:23Z","tags":,"pid":6356,"method":"get","statusCode":304,"req":{"url":"/ui/favicons/favicon-32x32.png","method":"get","headers":{"host":"","x-real-ip":"10.82.225.21","x-forwarded-for":"10.82.225.21","connection":"close","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"image/webp,image/apng,image/,/*;q=0.8","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":""8e183c2e644fb050707d89402e1f7a120a95e4d2"","if-modified-since":"Thu, 12 Apr 2018 20:58:09 GMT"},"remoteAddress":"10.82.225.26","userAgent":"10.82.225.26"},"res":{"statusCode":304,"responseTime":18,"contentLength":9},"message":"GET /ui/favicons/favicon-32x32.png 304 18ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-11T16:06:23Z","tags":,"pid":6356,"method":"get","statusCode":304,"req":{"url":"/ui/favicons/favicon-16x16.png","method":"get","headers":{"host":"","x-real-ip":"10.82.225.21","x-forwarded-for":"10.82.225.21","connection":"close","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"image/webp,image/apng,image/,/*;q=0.8","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":""13b869be5df4bdc56920edc16a28e67a7c08203b"","if-modified-since":"Thu, 12 Apr 2018 20:58:09 GMT"},"remoteAddress":"10.82.225.26","userAgent":"10.82.225.26"},"res":{"statusCode":304,"responseTime":3,"contentLength":9},"message":"GET /ui/favicons/favicon-16x16.png 304 3ms - 9.0B"}
I try to load filebeat logs directly in elasticsearch following the information from Nginx module | Filebeat Reference [8.11] | Elastic
But it also gave me the below error.
Kibana logs
{"type":"response","@timestamp":"2018-06-11T16:11:43Z","tags":,"pid":6356,"method":"get","statusCode":304,"req":{"url":"/ui/favicons/favicon-32x32.png","method":"get","headers":{"host":"","x-real-ip":"10.82.225.21","x-forwarded-for":"10.82.225.21","connection":"close","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"image/webp,image/apng,image/,/*;q=0.8","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":""8e183c2e644fb050707d89402e1f7a120a95e4d2"","if-modified-since":"Thu, 12 Apr 2018 20:58:09 GMT"},"remoteAddress":"10.82.225.26","userAgent":"10.82.225.26"},"res":{"statusCode":304,"responseTime":1,"contentLength":9},"message":"GET /ui/favicons/favicon-32x32.png 304 1ms - 9.0B"}
It would be great if you can provide details of creating the index pattern for filebeat.
Thanks
Devesh