Hi,
Can someone show me how I can convert a simple string to an object using an ingestion pipeline?
For example, I have logs including error objects containing entires such as error.message. And there are other inbound logs containing error strings. How should I go about converting error to error.message so it gets indexed as an object?
There will be a reduction in throughput as every index operation needs to operate this script. The exact impact in terms of performance or percentage depends highly on your hardware and additional resources available, so it is hard to tell from the outside. The good thing is, that you can scale this part of your indexing separately by using dedicated ingest nodes, that execute the above task independently from indexing.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.