Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Changing the config file should not dirty the repo. #339

Open
wants to merge 1 commit into
base: kibana-ruby
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

KibanaConfig.rb
KibanaConfig.rbackup.rb
*.DS_Store
/tmp/*
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Install:
bundle install

Configure:
Copy the sample configuration file into place:
cp KibanaConfig.rb.sample KibanaConfig.rb

Set your elasticsearch server in KibanaConfig.rb:
Elasticsearch = "elasticsearch:9200"

Expand Down