Skip to content

Commit

Permalink
Document workaround for alpha5
Browse files Browse the repository at this point in the history
This is a proposal documentation of the workaround for elastic#2208.
  • Loading branch information
Tudor Golubenco committed Aug 10, 2016
1 parent ed1308a commit dc803b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libbeat/docs/dashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ cd kibana/
./import_dashboards.sh
----------------------------------------------------------------------

[NOTE]
.Known Issue in 5.0.0-alpha5
====
There is a known issue in the 5.0.0-alpha5 release of Elasticsearch that affects
the loading process of our sample dashboards. If you get an error saying
`curl: (52) Empty reply from server` while executing the command above, please
edit the `import_dashboard.sh` script and edit the `CURL=curl` line to read
`CURL="curl -H Expect:"`. See this https://github.com/elastic/beats/issues/2208[ticket]
for details.
====

On deb and rpm, the `kibana` folder is located under the home path, which is `/usr/share/beat_name/` unless you change it.

By default, the script assumes that you are running Elasticsearch on `127.0.0.1:9200`. Use the `-url` option
Expand Down

0 comments on commit dc803b5

Please sign in to comment.