-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
[Elasticsearch] Fix the missing configuration environment variables propagation #1013
[Elasticsearch] Fix the missing configuration environment variables propagation #1013
Conversation
…ropagation Signed-off-by: Aleksandr Maus <[email protected]>
docs/outputs/elasticsearch.md
Outdated
| `elasticsearch.flattenfields` | `ELASTICSEARCH_FLATTENFIELDS` | `false` | Replace . by _ to avoid mapping conflicts, force to true if `createindextemplate=true` | | ||
| `elasticsearch.createindextemplate` | `ELASTICSEARCH_CREATEINDEXTEMPLATE` | `false` | Create an index template | | ||
| `elasticsearch.numberofshards` | `ELASTICSEARCH_NUMBEROFSHARDS` | `3` | Number of shards set by the index template | | ||
| `elasticsearch.numberofreplicas` | `ELASTICSEARCH_REPLICAS` | `3` | Number of replicas set by the index template | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `elasticsearch.numberofreplicas` | `ELASTICSEARCH_REPLICAS` | `3` | Number of replicas set by the index template | | |
| `elasticsearch.numberofreplicas` | `ELASTICSEARCH_NUMEROFREPLICAS` | `3` | Number of replicas set by the index template | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still a typo :-) corrected.
Signed-off-by: Aleksandr Maus <[email protected]>
6722cdd
to
58ea997
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aleksmaus, Issif The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 3801ec9f44e5d4d0fe5593e39928a481874cca98
|
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
This PR fixes missing, some old and some recently introduced, environment variables propagation into Falco Sidekick configuration.
Before this change, not all the configuration options that were provided via the environment variables were propagated into Falco Sidekick configuration.
For example something like this:
fails to set the custom headers.