I have collected logs which are already imported into ELK.
Each log contains several fields, for ex date is different field.
Also there is complicated field "Details" which consist a lot of data: method: value, source: value, instrument: value and so on.
When I do histogram a choose number of logs on y-axis and date on x-axis.
So I get a lot of columns: from 0 to 100 of events (logs) in each column.
Question. Can I somehow do split series using sub aggregation adding as a filter instrument? I want to see each column with instruments also in addition to number of events each time period.
Example:
Log1
Date ddmmyy, hh:ss
…
Details: source: A, instrument: Car
…
Log2
Date ddmmyy, hh:ss
…
Details: source: A, instrument: Bike
…
How to make sub aggregation with instrument value?
Is it possible with JSON input: split series, filters, advanced, json input?
Thanks.
