Feature Request
Problem Statement
The elastic-operator chart currently supports Elasticsearch, Kibana, and Filebeat via ECK, but lacks support for Logstash. Many users need Logstash for log processing, transformation, and enrichment before indexing to Elasticsearch.
Proposed Solution
Add support for deploying Logstash via the ECK Logstash CRD .
Proposed changes:
- Add Logstash CRD template
- Support pipeline configuration via Secret reference
- manipulate filebeat to support either
logstash output or default to elastic
Feature Request
Problem Statement
The
elastic-operatorchart currently supports Elasticsearch, Kibana, and Filebeat via ECK, but lacks support for Logstash. Many users need Logstash for log processing, transformation, and enrichment before indexing to Elasticsearch.Proposed Solution
Add support for deploying Logstash via the ECK Logstash CRD .
Proposed changes:
logstash outputor default toelastic