I have different system logs with missing field that depending of user action.
Example:
login
{@timestamp, user:A, src:10.10.10.10, action:login, dst:20.20.20.20}
logout
{@timestamp, user:A, action:logout, dst:20.20.20.20}
When I try to create a visualize table with kibana, if I split my data in:
@timestamp,user,src,action,dst only first log login appears because the second log don't have any "src" field.
How can I show all logs without change data structure.
I use an old kibana 4.