I have documents with fields "publish_date" and "writer_id". I'd like a date histogram of the first published article by each writer_id. Can I visualize this on Kibana?
You would have to get the minimum-date for each published article by running the Min metric for their date field, with terms being each article . Not sure how/why you would like to plot this on a date-histogram.
I think you would first have to make sure the publish_date is a date field in Kibana (not a string) and I think it has to be the time field of the index pattern. It will depend on the schema of your data.
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.