I have the following fields in my Index:
rb_commits
git_commits
Time
I want to create a Vertical Bar Chart that will show me 2 different lines for each day , one for the rb_commits and one for the git_commits (agg by sum).
I know how to create such a chart with 1 line for each day.
Is it possible to create such a Chart with 2 lines for each day ?
Sure, just use a "split bars" bucketing aggregation. It might be easiest to use the "filters" agg type and two queries, one that finds events with rb_commits and one that find events with git_commits
Hi ,
What I need to choose in the Y-Axis Aggregation ? I tried sum of git_commit and another Y-Axis of sum aggregation for rb_commits.
At the X-Axis I choose Data histogram and Daily interval.
Can you explain how I need to configure this Chart ?
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.