Hi,
When I rollup my data, an additional field myfield.terms._count is created for every field in my input. Is it possible to avoid this?
However, I do want a running count of all my documents so I can use it in Kibana, what is the best way to accomplish this? can I create a new field that will contain a total count of all documents?
thanks.