Hey folks,
some of our network devices do provide aggregated logs like:
timestamp;port(in|out);amount_of_connections
timestamp;80in;5000
timestamp;80out:4321
timestamp;443in;1234
timestamp;443out;1111
we have indexed the data to es and would like to visualize f.e. a bar chart for port 80in with the time in the x-axis and the stored amount of connections.
any kind of bar chart i was able to create do some kind of aggregation and is not using the stored values.
is that somehow possible?
thanks
Andreas