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
_pipeline : "pipelineName" to the indexed data. Thais can be done either by making serializeEvents() or serializeIndexString() protected, or by providing additional configuration like:
Although this is an old request, the following may still be of some use to someone.
We already make use of pipelines with the appender to convert strings to numbers, as we want some of the attributes in our log to be numeric.
We created a simple pipeline we called to_number. The processor converts certain fields we use in our logging (duration, count) from text to number.
Add ability to use ES 5 ingest pipelines
_pipeline : "pipelineName" to the indexed data. Thais can be done either by making serializeEvents() or serializeIndexString() protected, or by providing additional configuration like:
The text was updated successfully, but these errors were encountered: