Skip to content

Commit 9e1fa97

Browse files
luigidellaquilaomricohenn
authored andcommitted
Fix ES|QL query log file suffix in LogType (elastic#125124)
1 parent a5f4101 commit 9e1fa97

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)