Skip to content

Commit 41510fc

Browse files
Fix ES|QL query log file suffix in LogType (#125124)
1 parent a4d7297 commit 41510fc

File tree

1 file changed

+1
-1
lines changed
  • test/test-clusters/src/main/java/org/elasticsearch/test/cluster

1 file changed

+1
-1
lines changed

test/test-clusters/src/main/java/org/elasticsearch/test/cluster/LogType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum LogType {
1515
AUDIT("%s_audit.json"),
1616
SEARCH_SLOW("%s_index_search_slowlog.json"),
1717
INDEXING_SLOW("%s_index_indexing_slowlog.json"),
18-
ESQL_SLOW("%s_esql_slowlog.json"),
18+
ESQL_QUERY("%s_esql_querylog.json"),
1919
DEPRECATION("%s_deprecation.json");
2020

2121
private final String filenameFormat;

0 commit comments

Comments
 (0)