Skip to content

Commit

Permalink
[stable/dmarc2logstash]Typo:Elastisearch->Elasticsearch (helm#6192)
Browse files Browse the repository at this point in the history
* Add Version 1.0.1

Add Version 1.0.1

* [stable/dmarc2logstash]Typo:Elastisearch->Elasticsearch

Elastisearch->Elasticsearch
  • Loading branch information
AdamDang authored and k8s-ci-robot committed Jun 24, 2018
1 parent da161a8 commit 6ae9194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/dmarc2logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions stable/dmarc2logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,4 +66,4 @@ Once you have provided the base64-encoded secret values, apply the file to your
```console
kubectl apply -f secrets.yaml
```
```

0 comments on commit 6ae9194

Please sign in to comment.