-
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.
[Monitoring] Add mappings for standalone archives and fix tests (#31315…
…) (#31470) * Add mappings for standalone and fix tests * We are apparently mutating this and need to return a copy each time
- Loading branch information
1 parent
597c142
commit 46538f4
Showing
4 changed files
with
75 additions
and
13 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
59 changes: 59 additions & 0 deletions
59
x-pack/test/functional/es_archives/monitoring/standalone_cluster/mappings.json
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,59 @@ | ||
{ | ||
"type": "index", | ||
"value": { | ||
"index": ".monitoring-es-6-2019.02.04", | ||
"settings": { | ||
"index": { | ||
"codec": "best_compression", | ||
"format": "6", | ||
"number_of_replicas": "1", | ||
"number_of_shards": "1" | ||
} | ||
} | ||
} | ||
} | ||
|
||
{ | ||
"type": "index", | ||
"value": { | ||
"index": ".monitoring-alerts-6", | ||
"settings": { | ||
"index": { | ||
"codec": "best_compression", | ||
"format": "6", | ||
"number_of_replicas": "1", | ||
"number_of_shards": "1" | ||
} | ||
} | ||
} | ||
} | ||
|
||
{ | ||
"type": "index", | ||
"value": { | ||
"index": ".monitoring-kibana-6-2019.02.04", | ||
"settings": { | ||
"index": { | ||
"codec": "best_compression", | ||
"format": "6", | ||
"number_of_replicas": "1", | ||
"number_of_shards": "1" | ||
} | ||
} | ||
} | ||
} | ||
|
||
{ | ||
"type": "index", | ||
"value": { | ||
"index": ".monitoring-beats-6-2019.02.04", | ||
"settings": { | ||
"index": { | ||
"codec": "best_compression", | ||
"format": "6", | ||
"number_of_replicas": "1", | ||
"number_of_shards": "1" | ||
} | ||
} | ||
} | ||
} |