logstash - kibana retrieve term values between a given time interval -
i pretty new kibana.
i logging ssh access hits , want compare access hit counts during night time vs day time. how can data? also, how can visualize this?
also, if want compare hits on weekends vs weekdays?
i can see continuous time-line on x-axis in visualization tab.
any appreciated.
hi question useful & important time based analysis in kibana.the answer based on kibana 4.1.
for example want create visualizations day vs week:-
1. click on visualize tab.
2. select line chart & select new search.
3. select count in y-axis metric
4. select date range in x-axis agregation, select date field in field option, in field option input range such :- now-1w & corresponding mention in field option :now-1d
5. click split lines & select terms , field display top n results time range.
hope answers query.