Skip to content
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

Increase template order of new templates to 1 #3670

Merged
merged 1 commit into from
Feb 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filebeat/filebeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index.refresh_interval": "5s"
},
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index": {
"mapping": {
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index.refresh_interval": "5s"
},
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index": {
"mapping": {
Expand Down
2 changes: 1 addition & 1 deletion libbeat/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func createTemplate(properties common.MapStr, version string, esVersion Version,
"properties": properties,
},
},
"order": 0,
"order": 1,
"settings": common.MapStr{
"index.refresh_interval": "5s",
},
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -4296,7 +4296,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index.refresh_interval": "5s"
},
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4235,7 +4235,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index": {
"mapping": {
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index.refresh_interval": "5s"
},
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index": {
"mapping": {
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index.refresh_interval": "5s"
},
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
}
}
},
"order": 0,
"order": 1,
"settings": {
"index": {
"mapping": {
Expand Down