Will there be any way to exclude specific fields from a report when connecting to Elastic? We have, for example, an Id field that's required for updating data but it's not relevant for reporting.
Hello Jason,
Thank you for your question. Please have a look at the following jsfiddle example: http://jsfiddle.net/flexmonster/Ly47pq5b/.
Such fields as "@timestamp"
, "@version"
, "host"
, "message"
and "path"
are excluded from the report.
Please let us know if everything works fine for you.
Regards,
Dmytro
Looks good, thanks!