Create a static checker to evaluate if the Logstash pipelines can be converted to Elasticsearch Ingest Pipelines.
The bare minimum:
- Extract all the plugins in use (in general)
- Extract all the plugins in use by Pipeline
Advanced:
- Identify filters that cannot be converted (e.g.,
split, aggregate)
- Identify filters that Baffo cannot deal with or require special attentions (e.g.,
ruby)
Create a static checker to evaluate if the Logstash pipelines can be converted to Elasticsearch Ingest Pipelines.
The bare minimum:
Advanced:
split,aggregate)ruby)