I am using timelion and I am having an issue with the display. It seems that timelion is doing a count of all rows that hit on a certain date and is displaying that. For example. I have the "date" field below. Instead of the date displaying the gestures seen on jan1 of hellos I get the date showing there is one row in 1jan.
I need timelion to show me 1jan with 57 counts and 2jan with 31 counts. I hope this makes sense.
Thank you for the reply! I was able to change the split=date and that is correct. However, when I tried:
split=gesture:1000 (it asked for field:limit)
I get the error that "fielddata is disabled on text fields".
I did some searching and found that I need to edit in my mapping but am having difficult with the syntax I believe.
Check to see if your gesture field is possibly a multi-field. If so, then whenever you reference the data as gesture, it will use the part of the multi-field that is mapped as text. If you have a gesture.raw field, that is the part of the multi-field that is non-analyzed text (mapped as keyword) and you can use that for a field to aggregate on.
If the text data is not a multi-field, or you don't have any other fields that represent the non-analyzed version of the gesture, then you'll need to come up with a custom mapping and re-index the data into an index that has the working mapping.
I would like to pull out and only see the "hi gesture" and filter those based on the days. so how would i construct the query to show me "hi" for both jan and february?
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.