From 6ae91944d586e8336021c812afa1647b414c3a71 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 24 Jun 2018 22:30:03 +0800 Subject: [PATCH] [stable/dmarc2logstash]Typo:Elastisearch->Elasticsearch (#6192) * Add Version 1.0.1 Add Version 1.0.1 * [stable/dmarc2logstash]Typo:Elastisearch->Elasticsearch Elastisearch->Elasticsearch --- stable/dmarc2logstash/Chart.yaml | 2 +- stable/dmarc2logstash/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/dmarc2logstash/Chart.yaml b/stable/dmarc2logstash/Chart.yaml index bd97477a6536..4915359223d4 100644 --- a/stable/dmarc2logstash/Chart.yaml +++ b/stable/dmarc2logstash/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat name: dmarc2logstash -version: 1.0.0 +version: 1.0.1 home: https://github.com/jertel/dmarc2logstash sources: - https://github.com/jertel/dmarc2logstash diff --git a/stable/dmarc2logstash/README.md b/stable/dmarc2logstash/README.md index 63f5ae5220ef..fa05b565ff73 100644 --- a/stable/dmarc2logstash/README.md +++ b/stable/dmarc2logstash/README.md @@ -35,7 +35,7 @@ filebeat.image.pullPolicy | Elastic filebeat Kubernetes image pull polic filebeat.logstash.host | Logstash service host; ex: logstash (this value must be provided) | "" filebeat.logstash.port | Logstash service port | 5000 filebeat.logstash.sourceType | Logstash source type will allow custom filtering via the Logstash configuration | json-logs -filebeat.logstash.index | Elastisearch index that will contain the new DMARC data (index will be created on-the-fly if doesn't exist) | dmarc +filebeat.logstash.index | Elasticsearch index that will contain the new DMARC data (index will be created on-the-fly if doesn't exist) | dmarc filebeat.logstash.timeout | Seconds to wait before timing out the connection to logstash | 15 ## Secrets @@ -66,4 +66,4 @@ Once you have provided the base64-encoded secret values, apply the file to your ```console kubectl apply -f secrets.yaml -``` \ No newline at end of file +```