Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ method_request: PUT _component_template/template_1
# type: request
value:
template:
settings:
number_of_shards: 1
mappings:
_source:
enabled: false
properties:
host_name:
type: keyword
created_at:
type: date
format: 'EEE MMM dd HH:mm:ss Z yyyy'
settings:
number_of_shards: 1
mappings:
_source:
enabled: false
properties:
host_name:
type: keyword
created_at:
type: date
format: 'EEE MMM dd HH:mm:ss Z yyyy'
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ value:
mappings:
_source:
enabled: false
properties:
host_name:
type: keyword
created_at:
type: date
format: 'EEE MMM dd HH:mm:ss Z yyyy'
properties:
host_name:
type: keyword
created_at:
type: date
format: 'EEE MMM dd HH:mm:ss Z yyyy'
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# summary:
method_request: POST /my-index-000001/_reload_search_analyzers
# description: ''
# type: request
value:
_shards:
total: 2
successful: 2
failed: 0
reload_details:
- index: my-index-000001
reloaded_analyzers:
- my_synonyms
reloaded_node_ids:
- mfdqTXn_T7SGr2Ho2KT8uw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# summary:
description: A successful response when reloading a search analyzer of an index.
# type: response
# response_code: 200
value:
template:
settings:
number_of_shards: 1
mappings:
_source:
enabled: false
properties:
host_name:
type: keyword
created_at:
type: date
format: 'EEE MMM dd HH:mm:ss Z yyyy'