As the release node said in apm-server, the processor field will be removed in 8.x version. But our service is depended on the processor field, how can we upgrade to 8.x version, what is the new solution for this field.
Do you mind clarifying which processor field are you referring to? Is it the breaking change " Removed unsupported libbeat processors
configuration 6474"?
Yes. I find it in the release note that apm-server will not support processors configuration in the future?
Correct. processors config is not supported in 8.x. What is your use case for it? In 8.x, you may use ES ingest pipelines to process data from apm-server.
What confused me is that, in my understanding, filebeat/metricbeat and apm-server can be in similar field for different log collection. Why filebeat and metricbeat can still support the processor but apm-server can not.
We current use the following in apm configuration.
processors:
- add_host_metadata:
netinfo.enabled: true
Do you have any advices for this?