We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kind: Output metadata: name: logtest namespace: kubesphere-logging-system labels: logging.kubesphere.io/enabled: "true" logging.kubesphere.io/component: logging spec: match: kube.var.log.containers.*logtest*.log es: host: elasticsearch-master.logging.svc port: 9200 index: logtest logstashFormat: false timeKey: "@timestamp"``` result: --------------------- [Output] Name es Match kube.var.log.containers.*logtest*.log Host elasticsearch-master.logging.svc Port 9200 Host logtest Logstash_Format false Time_Key @timestamp
The text was updated successfully, but these errors were encountered:
hi, @muhammedsoner . Thank you for your feedback. This issue has been fixed, please see #160.
Sorry, something went wrong.
No branches or pull requests
Hi, When elasticsearch output "index" is defined, it performs the conversion as "host" inside.
es-output.yaml
The text was updated successfully, but these errors were encountered: