New to ELK, got things up and running. Here is my set up.
Our MQ monitoring tool writes data to Oracle database every 10 minutes with a cumulative statistics information.
I have set up log stash to pull data from oracle and put it in elastic search. I have looked at different forums and product guide but i am finding it rather hard to figure out how to set up vizsualization.
this is example of oracle table columns
queuename
interval_start
interval_end
queue_max_depth
queue_min_depth
no_of_puts
no_of_gets
queue_manager
I am trying to visualize like this
on x axis i want a timeline maybe hourly between two dates and grouped by queue names and on Y axis i want total no of puts for that hour...monitoring tool writes to database every 10 minutes so i am OK with every 10 mini graph as well. How can i accomplish this?
