Skip to content

Commit

Permalink
Using correct priority for template.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Jul 14, 2023
1 parent 0463210 commit da15be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void addGraylogDefaultIndexTemplate() {
private static Map<String, Template> getGraylogDefaultMessageTemplates(SearchVersion version) {
var template =
new MessageIndexTemplateProvider().create(version, null)
.messageTemplate("*", "standard", -1L);
.messageTemplate("*", "standard", 0L);
return Collections.singletonMap("graylog-test-internal", template);
}

Expand Down

0 comments on commit da15be4

Please sign in to comment.