-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Deprecate central management #14104
Conversation
@dedemorton I am not sure we want to state it is deprecated as of 7.5. Technically it has been deprecated, we are just being more upfront about it now |
@mattapperson I wonder if we should say "discontinued" instead of "deprecated." I'm not sure how we've handled this in the past. It would be nice to have some standard text that we can provide when we decide to discontinue a beta feature. @debadair Does the Elasticsearch team have a convention for flagging beta features that are discontinued? |
I think discontinued is the right term to use here. Elasticsearch follows a specific process for marking existing (GA) features as deprecated and ultimately removing them. I didn't find any examples in ES, but we used discontinued for an ES Hadoop beta feature that was removed:
We don't have a built-in widget for this like deprecated. Maybe format it as a sidebar?
I'm generally not a fan of "please" and "thank you" in the docs, but this is a case where it probably makes sense. Whatever you decide to do, it would be good to "templify" it and put it in the docs/shared folder. |
@mattapperson I like Deb's suggestion. If it looks good to you, I will change the text accordingly. |
look OK on my side @dedemorton and @debadair |
@dedemorton yup, looks good to me |
I added a statement to the docs repo that we can include in any books that mention Central management: elastic/docs#1354 |
@elasticmachine run elasticsearch-ci/docs |
jenkins test this please |
travis-ci is incorrectly reporting an error. Since this PR passes the doc check under beats-ci and elasticsearch-ci/docs, I'm merging. |
* Log monitoring bulk failures (#14356) * Log monitoring bulk failures * Renaming function * Simplifying type * Removing extraneous second value * Adding godoc comments * Adding CHANGELOG entry * Clarifying log messages * WIP: adding unit test stubs * Fleshing out unit tests * [DOCS] Deprecate central management (#14104) (#14594) * State minimum Go version (#14400) (#14598) * [DOCS] Fix description of rename processor (#14408) (#14600) * Log monitoring bulk failures (#14356) * Log monitoring bulk failures * Renaming function * Simplifying type * Removing extraneous second value * Adding godoc comments * Adding CHANGELOG entry * Clarifying log messages * WIP: adding unit test stubs * Fleshing out unit tests * Fixing up CHANGELOG
* Log monitoring bulk failures (elastic#14356) * Log monitoring bulk failures * Renaming function * Simplifying type * Removing extraneous second value * Adding godoc comments * Adding CHANGELOG entry * Clarifying log messages * WIP: adding unit test stubs * Fleshing out unit tests * [DOCS] Deprecate central management (elastic#14104) (elastic#14594) * State minimum Go version (elastic#14400) (elastic#14598) * [DOCS] Fix description of rename processor (elastic#14408) (elastic#14600) * Log monitoring bulk failures (elastic#14356) * Log monitoring bulk failures * Renaming function * Simplifying type * Removing extraneous second value * Adding godoc comments * Adding CHANGELOG entry * Clarifying log messages * WIP: adding unit test stubs * Fleshing out unit tests * Fixing up CHANGELOG
Closes #14045. Adds deprecation statement to the topics about central management. Also removes docs that points users to central management because I don't think we should be directing users to use a feature that's not deprecated. We will replace the references when docs for our CM replacement are in place.
TODO: