Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add breaking change for ECS user agent #77971

Merged
merged 4 commits into from
Sep 21, 2021
Merged

[DOCS] Add breaking change for ECS user agent #77971

merged 4 commits into from
Sep 21, 2021

Conversation

jrodewig
Copy link
Contributor

@jrodewig jrodewig commented Sep 17, 2021

In 8.x, we'll ignore the ecs option for the user_agent ingest processor.
This adds a related breaking change to the 8.0 migration docs.

Relates to #38828

Preview

https://elasticsearch_77971.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/migrating-8.0.html#breaking_80_ingest_changes

In 8.x, we'll ignore the `ecs` option for the `user_agent` ingest processor.
This adds a related breaking change to the 8.0 migration docs.

Relates to #38828
@jrodewig
Copy link
Contributor Author

jrodewig commented Sep 17, 2021

I was surprised to see that specifying the ecs parameter doesn't return an error in 8.0. Instead, it looks like you get a deprecation warning.

Object ecsValue = config.remove("ecs");
if (ecsValue != null) {
deprecationLogger.critical(DeprecationCategory.SETTINGS, "ingest_useragent_ecs_settings",
"setting [ecs] is deprecated as ECS format is the default and only option");
}

@jrodewig jrodewig added :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >docs General docs changes labels Sep 17, 2021
@jrodewig jrodewig marked this pull request as ready for review September 17, 2021 15:31
@elasticmachine elasticmachine added Team:Docs Meta label for docs team Team:Data Management Meta label for data/management team labels Sep 17, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

@jrodewig jrodewig merged commit 49444cc into elastic:master Sep 21, 2021
@jrodewig jrodewig deleted the docs__remove-ecs-param branch September 21, 2021 13:19
jrodewig added a commit to elastic/stack-docs that referenced this pull request Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >docs General docs changes Team:Data Management Meta label for data/management team Team:Docs Meta label for docs team v8.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants