Skip to content

Commit

Permalink
feat(falco-sidekick-ES): Update default value of ES.type
Browse files Browse the repository at this point in the history
In prevision of sidekick version bump.
falcosecurity/falcosidekick#349

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
  • Loading branch information
Lowaiz committed Jul 27, 2022
1 parent a1135fd commit 79bc3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ as a list of comma separated labels and annotations to add to the AlertManager t
* Add `yandex.datastreams` and associated fields.
* Add `nodered` and associated fields.
* Add `mqtt` and associated fields.
* Update `elasticsearch.type` default value to `_doc`

## 0.5.6

Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ The following table lists the main configurable parameters of the Falcosidekick
| `config.elasticsearch.minimumpriority` | minimum priority of event for using use this output, order is `emergency\|alert\|critical\|error\|warning\|notice\|informational\|debug or ""` | `debug` |
| `config.elasticsearch.mutualtls` | if true, checkcert flag will be ignored (server cert will always be checked) | `false` |
| `config.elasticsearch.password` | use this password to authenticate to Elasticsearch if the password is not empty | `""` |
| `config.elasticsearch.type` | Elasticsearch document type | `event` |
| `config.elasticsearch.type` | Elasticsearch document type | `_doc` |
| `config.elasticsearch.username` | use this username to authenticate to Elasticsearch if the username is not empty | `""` |
| `config.fission.checkcert` | check if ssl certificate of the output is valid | `true` |
| `config.fission.function` | Name of Fission function, if not empty, Fission is *enabled* | `""` |
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config:
elasticsearch:
hostport: ""
index: "falco"
type: "event"
type: "_doc"
minimumpriority: ""
mutualtls: false
checkcert: true
Expand Down

0 comments on commit 79bc3ff

Please sign in to comment.