The ElastiFlow Unified Flow Collector receives, decodes, transforms, normalizes, translates and enriches network flow records and telemetry sent from network devices and applications using IPFIX, Netflow, sFlow and AWS VPC Flow Logs. The resulting records can be sent to various platforms and services, including:
- Elasticsearch
- Elastic Cloud
- Elastic Cloud Enterprise
- OpenSearch
- AWS OpenSearch Service
- Apache Kafka
- Confluent Platform
- Redpanda
- Splunk
- Cribl Stream
helm repo add elastiflow https://elastiflow.github.io/helm-chart-netobserv/
helm repo update
helm install netobserv elastiflow/netobserv
To configure an ElastiFlow license key, you can add the following to your values.yaml
:
license:
createSecret: true
Then make sure to use helm's set
option to configure the license key when installing the chart. For example:
helm install netobserv elastiflow/netobserv \
--set license.licenseKey="licensekeygoeshere"
For additional kubernetes configuration information, please refer to the comments in the default values file.
For additional environment configurations, please refer to the configuration reference guide.
This project is licensed under the Apache 2.0 License.