Kibana json Error

Hi All,

after setting up the application and using Winlogbeat to ship windows logs to elastic search . Here is a screenshot of the error message..

When I run GET /winlogbeat-*/_search.. I get the details below..

I have looked at lots of posts but not able to figure out what the issue is.
Pls help out as I am new to ELK..

Thank you..

This happens when you make a request to the server and parse the response as JSON, but it’s not JSON. That unexpected token, < , is a strong clue that the response was HTML instead of JSON.Validate the JSON In a Validator such as the NewtonSoft JSON Schema Validator at https://www.jsonschemavalidator.net/. Let us know if it still doesn't work.

thanks
Rashmi

Thank Rashmi, but this error occurs before I enter any query in Kibana. Immediately I select Winlogbeats-*, I get that error message and see no logs.

Any config file I can correct to fix this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.