Why does logs contain undefined in kibana logs
How can we identify the error
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Depending on your filters and rules, you might be trying to access an entry that does not exist. This would return undefined
as Kibana is based on Javascript. Double check your rules and make sure they match your input data.
Can you share here exactly what you are seeing? The more information you can provide the more likely we’ll be able to identify the problem and help you find a solution.