forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make serverless integration tests run * update deps * linter, error handling * still fixing error handling * fixing old formatting verbs * still finding format verbs * add docs, fix typos * initial functional pass * fix setup, config * fix naming of config section * add headers * make linter happy * still making linter happy * tinkering with tests * still fixing tests * revert file * tinker with export * fix logging in tests * fix load checking in setup * fix url in integration test * fix commented out test line * stil tinkering with integraton test * fix bad init in tests, add more check to ES handler * add init checks for client handler, add more unit tests * make template loader serverless aware * change naming, error handling, rework config system * fix up integration tests * clean up load tests * stil making linter happy * simplify manager init, fix tests, update docs * minor test fixes * clean up tests * clean up typos, remove legacy error handling * expand logging * logging, error handling changes * change error messages * update lifetimes for serverless elasticsearch * fix integration tests * change error handling, clean up log messages * tinker with DSL config name * update docs * fix name example
- Loading branch information
1 parent
0aee354
commit a0cd91e
Showing
53 changed files
with
2,047 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{{header "Data Stream Lifecycle (DSL)"}} | ||
|
||
# Configure Data Stream Lifecycle to manage data streams while connected to Serverless elasticsearch. | ||
# These settings are mutually exclusive with ILM settings which are not supported in Serverless projects. | ||
|
||
# Enable DSL support. Valid values are true, or false. | ||
#setup.dsl.enabled: true | ||
|
||
# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for. | ||
# The default data stream pattern is {{.BeatName}}-%{[agent.version]}" | ||
#setup.dsl.data_stream_pattern: "{{.BeatName}}-%{[agent.version]}" | ||
|
||
# The path to a JSON file that contains a lifecycle policy configuration. Used | ||
# to load your own lifecycle policy. | ||
# If no custom policy is specified, a default policy with a lifetime of 7 days will be created. | ||
#setup.dsl.policy_file: | ||
|
||
# Disable the check for an existing lifecycle policy. The default is true. If | ||
# you disable this check, set setup.dsl.overwrite: true so the lifecycle policy | ||
# can be installed. | ||
#setup.dsl.check_exists: true | ||
|
||
# Overwrite the lifecycle policy at startup. The default is false. | ||
#setup.dsl.overwrite: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.