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 a2869d8 commit 9518fdeCopy full SHA for 9518fde
integration-tests/src/test/java/oracle/kubernetes/operator/ITElasticLogging.java
@@ -183,6 +183,10 @@ public void testWeblogicLogSearch() throws Exception {
183
String managedServerNameBase = domainMap.get("managedServerNameBase").toString();
184
String managedServerPodName = domainUid + "-" + managedServerNameBase + "1";
185
186
+ // Wait 30 seconds for WLS log to be pushed to ELK Stack
187
+ logger.info("Wait 30 seconds for WLS log to be pushed to ELK Stack");
188
+ Thread.sleep(30 * 1000);
189
+
190
// Verify that log hits for admin server are not empty
191
String regex = ".*took\":(\\d+),.*hits\":\\{(.+)\\}";
192
String queryCriteria = "/_search?q=log:" + adminServerPodName + " | grep RUNNING";
0 commit comments