You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current version of the plugin we can specify fields from old event that we want to fetch, but instead it returns all fields from document (and thereafter filters the result).
To optimize the elasticsearch request, we can pass the parameter _source, which will contain only necessary fields (we could take such fields from param fields).
The text was updated successfully, but these errors were encountered:
In current version of the plugin we can specify fields from old event that we want to fetch, but instead it returns all fields from document (and thereafter filters the result).
To optimize the elasticsearch request, we can pass the parameter _source, which will contain only necessary fields (we could take such fields from param
fields
).The text was updated successfully, but these errors were encountered: