I’d like to see hourly activity over the course of a day, and further broken down day to day — how would I go about doing that?
If I use date histogram on the X-axis and then split chart by day, I can’t quite figure out how I can then align the chart together so that I can compare each hour for each day (e.g. compare activity at 8am across all days)
Hey @smlbiobot, you'll want to extract a separate field for "hour of day" and "day of week" and then use the terms aggregations to perform calculations similar to these. The Date Histogram Aggregation is focused on operating on the full date and time, which makes your type of analysis harder.
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.