forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase template order of new templates to 1
This makes sure, in case for example a metricbeat-* and a metricbeat-{beatversion}-* template exist, the more precise one / newer one overloads the older one. This is important for people migrating from 5.x to 6.x. Closes elastic#3657
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -533,7 +533,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index.refresh_interval": "5s" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -453,7 +453,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index": { | ||
"mapping": { | ||
|
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 |
---|---|---|
|
@@ -211,7 +211,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index.refresh_interval": "5s" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -183,7 +183,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index": { | ||
"mapping": { | ||
|
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 |
---|---|---|
|
@@ -4296,7 +4296,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index.refresh_interval": "5s" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -4235,7 +4235,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index": { | ||
"mapping": { | ||
|
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 |
---|---|---|
|
@@ -1595,7 +1595,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index.refresh_interval": "5s" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -1388,7 +1388,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index": { | ||
"mapping": { | ||
|
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 |
---|---|---|
|
@@ -215,7 +215,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index.refresh_interval": "5s" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -176,7 +176,7 @@ | |
} | ||
} | ||
}, | ||
"order": 0, | ||
"order": 1, | ||
"settings": { | ||
"index": { | ||
"mapping": { | ||
|