Skip to content

[Monitoring] Remove include_type_name parameter from GET _template request #38925

Merged
ycombinator merged 1 commit intoelastic:7.xfrom
ycombinator:pr-38818-7x
Feb 15, 2019
Merged

[Monitoring] Remove include_type_name parameter from GET _template request #38925
ycombinator merged 1 commit intoelastic:7.xfrom
ycombinator:pr-38818-7x

Conversation

@ycombinator
Copy link
Copy Markdown
Contributor

@ycombinator ycombinator commented Feb 14, 2019

Backport of #38818 to 7.x. Original description:

The HTTP exporter code in the Monitoring plugin makes GET _template requests to check for existence of templates. These requests don't need to pass the include_type_name query parameter so this PR removes it from the request. This should remove the following deprecation log entries on the Monitoring cluster in 7.0.0 onwards:

[types removal] Specifying include_type_name in get index template requests is deprecated.

…request (elastic#38818)

The HTTP exporter code in the Monitoring plugin makes `GET _template` requests to check for existence of templates. These requests don't need to pass the `include_type_name` query parameter so this PR removes it from the request. This should remove the following deprecation log entries on the Monitoring cluster in 7.0.0 onwards:

```
[types removal] Specifying include_type_name in get index template requests is deprecated.
```
@ycombinator ycombinator merged commit 1f74ba2 into elastic:7.x Feb 15, 2019
@ycombinator ycombinator deleted the pr-38818-7x branch February 15, 2019 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants