-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Index Management] Test LogsDb Index Template Modifications (#206548)
Part of #203716 ## Summary This PR introduces a new test case for LogsDB in both Stateful and Serverless: > Verify that users can override LogsDB index settings including: ignore_above, ignore_malformed, ignore_dynamic_beyond_limit, subobjects and timestamp format. For modify `subobjects` and `timestamp` format it must be done from the mappings tab. For `ignore_above`, `ignore_malformed`, `ignore_dynamic_beyond_limit` the configuration is done in the Settings tab. It also introduces a test case only for Stateful (enableMappingsSourceFieldSection [is disabled](https://github.com/elastic/kibana/blob/9c6de6aabced9d180bf1d68ec42708c27e5616d6/config/serverless.yml#L112) for serverless) > Verify that users cannot disable synthetic source for a LogsDB index.
- Loading branch information
1 parent
2067c84
commit 75e1866
Showing
3 changed files
with
296 additions
and
47 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
Oops, something went wrong.