Created
June 17, 2015 19:59
-
-
Save gregkare/01c64453c566b131b31b to your computer and use it in GitHub Desktop.
Oooooh yeaaaaaah
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
chef > node['graylog2']['elasticsearch']['max_size_per_index'] | |
=> 1073741824 | |
chef > node.override['graylog2']['elasticsearch']['max_size_per_index'] = nil | |
=> nil | |
chef > node['graylog2']['elasticsearch']['max_size_per_index'] | |
=> 1073741824 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment