Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 163 Bytes

0be2c28ee65384774b1e479b47dc3d92.asciidoc

File metadata and controls

12 lines (12 loc) · 163 Bytes
response = client.indices.put_settings(
  index: 'twitter',
  body: {
    index: {
      refresh_interval: '1s'
    }
  }
)
puts response