Created
March 24, 2017 09:13
-
-
Save arcolife/88074663f42d14ae2832409ff0cb84af to your computer and use it in GitHub Desktop.
/etc/pbench-index-test.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Server] | |
| # CHANGE ME! | |
| # host:port - both must be specified. | |
| # server = localhost:9200 | |
| server = 0.0.0.0:9701 | |
| [Settings] | |
| index_prefix = pbench | |
| index_version = 1 | |
| bulk_action_count = 2000 | |
| # Uncomment the settings below if you need to override the Elasticsearch | |
| # defaults for shards per index or replica count per index. | |
| #number_of_shards = 1 | |
| #number_of_replicas = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment