From 33118106be473256bb357182c5d0cc7d67a3aaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 18 May 2022 16:55:42 +0200 Subject: [PATCH] Fix outdated properties in logging-gelf IT readme --- integration-tests/logging-gelf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/logging-gelf/README.md b/integration-tests/logging-gelf/README.md index e90c5fac187b5c..1f782bf617025c 100644 --- a/integration-tests/logging-gelf/README.md +++ b/integration-tests/logging-gelf/README.md @@ -29,7 +29,7 @@ mvn clean test -Dtest-gelf Additionally, you can generate a native image and run the tests for this native image by adding `-Dnative`: ``` -mvn clean integration-test -Dtest-gelf -Dnative +mvn clean integration-test -Dtest-containers -Dnative ``` ## Testing with ELK (Elasticsearch, Logstash, Kibana) aka the Elastic Stack @@ -61,7 +61,7 @@ Then you can use the following commands to run an ELK cluster using the provided docker-compose -f src/test/resources/docker-compose-elk.yml up ``` -Finally, run the test via `mvn clean install -Dtest-gelf -Dmaven.test.failure.ignore` and manually verify that the log +Finally, run the test via `mvn clean install -Dtest-containers -Dmaven.test.failure.ignore` and manually verify that the log events has been pushed to ELK. You can use Kibana on http://localhost:5601/ to access those logs. @@ -99,5 +99,5 @@ Then you can use the following commands to run an EFK cluster using the provided docker-compose -f src/test/resources/docker-compose-efk.yml up ``` -Finally, run the test via `mvn clean install -Dtest-gelf -Dmaven.test.failure.ignore` and manually verify that the log +Finally, run the test via `mvn clean install -Dtest-containers -Dmaven.test.failure.ignore` and manually verify that the log events has been pushed to EFK. You can use Kibana on http://localhost:5601/ to access those logs. \ No newline at end of file