From 860189b1c5a3ddc80bef205f8c5b3b10af7e4267 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 31 Oct 2013 10:40:54 +0100 Subject: [PATCH] Update ELASTICSEARCH.md --- ELASTICSEARCH.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ELASTICSEARCH.md b/ELASTICSEARCH.md index 7e99be7..d15b6ec 100644 --- a/ELASTICSEARCH.md +++ b/ELASTICSEARCH.md @@ -39,22 +39,12 @@ gor Start your gor replay server with elasticsearch option: ``` -./gor replay -f -ip -p -es :/ +./gor --input-raw :8000 --output-http http://staging.com --output-http-elasticsearch localhost:9200/gor ``` -In our example this would be: - -``` -./gor replay -f -ip -p 28020 -es localhost:9200/gor -``` (You don't have to create the index upfront. That will be done for you automatically) -Now start your gor listen process as usual: - -``` -sudo gor listen -p 80 -r replay.server.local:28020 -``` Now visit your kibana url, load the predefined dashboard from the gist https://gist.github.com/gottwald/b2c875037f24719a9616 and watch the data rush in.