Doc + meta => csv + email

My goal:

I have a several docs spread across of multiple indices that I'd like to export as CSV with addition meta data set and email as attachment on daily basis using Logstash.


Logstash plugin:


my typical document is very simple: "key", "value". I also have additional meta data set that I wish to include with each of the key as well: (example: key,value,meta1,meta2,meta3), "meta" data set stored inside of same index as each document.

I was able to figure out how to export docs as CSV on it's own, however I require some help with stitching my docs + meta and then email.

Please advise.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.