Skip to content

Commit

Permalink
[config] add not about server.xsrf.token config
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 10, 2015
1 parent 3966e2e commit 5b38f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# The host to bind the server to.
# server.host: "0.0.0.0"

# A value to use as a XSRF token. This token is sent back to the server on each request
# and required if you want to execute requests from other clients (like curl).
# server.xsrf.token: ""

# The Elasticsearch instance to use for all your queries.
# elasticsearch.url: "http://localhost:9200"

Expand Down

0 comments on commit 5b38f32

Please sign in to comment.