I've got logstash shoving my log files into elasticsearch, got a stable cluster, status is green. Kibana4 is up and running. Huzzah!
I'm not quiet sure how to turn this data into useful graphs and pictures. Oh I get the process of X and Y, charts and graphs but ... are there any recipes that say 'For total page views do this' and 'for average visitor stay do that'?
Oh and for response time or other numeric fields you will want to use a GROKstatement like %{NUMBER:responsetime:int} this way it gets in to elasticsearch as a int field and not string.
Okay: I'm using filters [1]. I get, in a basic way, how to create visualizations. What I'm struggling with, now, is how to turn this list into visualizations.
Total Visits Total
Unique Visits
Total Page Views
Total Hits
Unique Page Views
Average Visitor Stay Length
Actually I have the Totals - those turn out to be reasonable. I don't have a ready way to calculate Page Views and Visitor Stay Length. Any help is appreciated.
Well you have to work with Kibana to visualize this information. If you just wan the data to run queries you want to look at all the aggregations options
Unfortunately your followup question is very vague and difficult to give you exact answers
I would start by installing kibana, and using it's functionality then post any questions about that as you need help
There are things that can easily be done like the overall page views, geo location etc. and there are things that require a lot of work like unique visitors, visitor stay length etc. These will require scripting in Elasticsearch and very complicated queries.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.