Module: OsExperience::Actions::CreateIndex
- Included in:
- OsExperience::Actions
- Defined in:
- lib/os_experience/actions/create_index.rb
Instance Method Summary collapse
Instance Method Details
#create_index ⇒ Object
7 8 9 |
# File 'lib/os_experience/actions/create_index.rb', line 7 def create_index client.indices.create index: config.index, body: config.schema end |