Skip to content

Instantly share code, notes, and snippets.

@gregkare
Created June 17, 2015 19:59
Show Gist options
  • Save gregkare/01c64453c566b131b31b to your computer and use it in GitHub Desktop.
Save gregkare/01c64453c566b131b31b to your computer and use it in GitHub Desktop.
Oooooh yeaaaaaah
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