We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fd045 commit 481c1edCopy full SHA for 481c1ed
1 file changed
x-pack/legacy/plugins/apm/e2e/ci/prepare-kibana.sh
@@ -12,7 +12,7 @@ echo "2/3 Ingest test data ..."
12
pushd ${E2E_DIR}
13
yarn install
14
curl --silent https://storage.googleapis.com/apm-ui-e2e-static-data/events.json --output ingest-data/events.json
15
-node ingest-data/replay.js --server-url http://localhost:8201 --secret-token abcd --events ./ingest-data/events.json > ingest-data.log
+node ingest-data/replay.js --server-url http://localhost:8201 --events ./ingest-data/events.json > ingest-data.log
16
17
echo "3/3 Start Kibana ..."
18
popd
0 commit comments