You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/CcsSlowLogRestIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -195,9 +195,9 @@ public void testCrossClusterSlowLogAuthenticationContext() throws Exception {
195
195
"user.name",
196
196
"slow_log_test_user", // Original user from querying cluster
197
197
"user.realm",
198
-
"default_native", // User's realm on querying cluster
198
+
"_es_api_key", // User's realm on querying cluster
0 commit comments