Skip to content

Commit

Permalink
fix(elasticsearch-doc): remove mattermost config coming from a cc/cl …
Browse files Browse the repository at this point in the history
…mistake

Signed-off-by: Idriss Neumann <[email protected]>
  • Loading branch information
idrissneumann authored and poiana committed Jan 3, 2024
1 parent 4d0df4d commit 4bd17ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
| `elasticsearch.password` | `ELASTICSEARCH_PASSWORD` | | Use this password to authenticate to Elasticsearch |
| `elasticsearch.customheaders` | `ELASTICSEARCH_CUSTOMHEADERS` | | Custom headers to add in POST, useful for Authentication |
| `elasticsearch.mutualtls` | `ELASTICSEARCH_MUTUALTLS` | `false` | Authenticate to the output with TLS, if true, checkcert flag will be ignored (server cert will always be checked) |
| `elasticsearch.checkcert` | `ELASTICSEARCH_CHECKCERT` | `true` | Check if ssl certificate of the output is valid | `mattermost.minimumpriority` | `MATTERMOST_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""`
| `elasticsearch.checkcert` | `ELASTICSEARCH_CHECKCERT` | `true` | Check if ssl certificate of the output is valid |
| `elasticsearch.minimumpriority` | `ELASTICSEARCH_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""` |


> **Note**
The Env var values override the settings from yaml file.

Expand All @@ -50,4 +49,4 @@ elasticsearch:
## Screenshots

With Kibana:
![kibana example](images/kibana.png)
![kibana example](images/kibana.png)

0 comments on commit 4bd17ae

Please sign in to comment.