exists template needs a template name#25988
Conversation
jasontedor
left a comment
There was a problem hiding this comment.
The flat_settings parameter should remain, it is supported on HEAD template requests.
There was a problem hiding this comment.
flat_settings is supported on HEAD requests; the behavior of GET and HEAD are aligned when both methods are supported.
|
Thanks for the review, updated the commit. Out of curiosity, what does |
Per the HTTP specification, when an endpoint supports both the |
|
@honzakral just going through older open PRs, seems like this one is ready to merge. Do you want to go ahead or should we do it? |
|
@cbuescher, please go ahead, I am not up-to-date with all the necessary backporting policies and other steps. Thank you! |
|
@honzakral not entirely sure how rest-api-specs are used, but I suppose this change should be applied to all active branches down to 5.6? |
|
I'd say yes, but not sure what is the current status of freezes/branch policies etc. That is why I try to stay away from merging patches to es myself since I am no longer familiar enough with the process... |
* master: (63 commits) [Docs] Fix note in bucket_selector [Docs] Fix indentation of examples (elastic#27168) [Docs] Clarify `span_not` query behavior for non-overlapping matches (elastic#27150) [Docs] Remove first person "I" from getting started (elastic#27155) [Docs] Correct link target for datatype murmur3 (elastic#27143) Fix division by zero in phrase suggester that causes assertion to fail Enable Docstats with totalSizeInBytes for 6.1.0 Adds average document size to DocsStats (elastic#27117) Upgrade Painless from ANTLR 4.5.1-1 to ANTLR 4.5.3. (elastic#27153) Exists template needs a template name (elastic#25988) [Tests] Fix occasional test failure due to two random values being the same Fix beidermorse phonetic token filter for unspecified `languageset` (elastic#27112) Fix max score tracking with field collapsing (elastic#27122) [Doc] Add Ingest CSV Processor Plugin to plugin as a community plugin (elastic#27105) Removed the beta tag from cross-cluster search fixed typo in ConstructingObjectParse (elastic#27129) Allow for the Painless Definition to have multiple instances (elastic#27096) Apply missing request options to the expand phase (elastic#27118) Only pull SegmentReader once in getSegmentInfo (elastic#27121) Fix BWC for discovery stats ...
running
curl -X HEAD localhost:9200/_templateresults in405 Method Not Allowed