We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d7297 commit 41510fcCopy full SHA for 41510fc
test/test-clusters/src/main/java/org/elasticsearch/test/cluster/LogType.java
@@ -15,7 +15,7 @@ public enum LogType {
15
AUDIT("%s_audit.json"),
16
SEARCH_SLOW("%s_index_search_slowlog.json"),
17
INDEXING_SLOW("%s_index_indexing_slowlog.json"),
18
- ESQL_SLOW("%s_esql_slowlog.json"),
+ ESQL_QUERY("%s_esql_querylog.json"),
19
DEPRECATION("%s_deprecation.json");
20
21
private final String filenameFormat;
0 commit comments