OpenSearch/docs/reference
Alexander Reelsen 045f01c085 Infra for deprecation logging
Add support for a specific deprecation logging that can be used to turn
on in order to notify users of a specific feature, flag, setting,
parameter, ... being deprecated.

The deprecation logger logs with a "deprecation." prefix logge
(or "org.elasticsearch.deprecation." if full name is used), and outputs
the logging to a dedicated deprecation log file.

Deprecation logging are logged under the DEBUG category. The idea is not to
enabled them by default (under WARN or ERROR) when running embedded in
another application.

By default they are turned off (INFO), in order to turn it on, the
"deprecation" category need to be set to DEBUG. This can be set in the
logging file or using the cluster update settings API, see the documentation

Closes #11033
2015-05-26 17:44:52 +02:00
..
aggregations Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
analysis spell correct and add single quotes 2015-05-26 11:41:19 +02:00
cat Removed `id_cache` from stats and cat apis. 2015-05-15 14:06:18 +02:00
cluster Removed `id_cache` from stats and cat apis. 2015-05-15 14:06:18 +02:00
docs [Docs] Fix minor spelling errors 2015-05-25 19:56:43 +02:00
images Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
index-modules Docs: More translog doc improvements 2015-05-05 22:01:58 +02:00
indices Rewrote some _seal documentation 2015-05-22 10:51:21 -04:00
mapping Mappings: Remove the `compress`/`compress_threshold` options of the BinaryFieldMapper. 2015-05-22 14:20:42 +02:00
migration Mappings: Remove the `compress`/`compress_threshold` options of the BinaryFieldMapper. 2015-05-22 14:20:42 +02:00
modules Snapshot/Restore: fix FSRepository location configuration 2015-05-20 22:14:31 -04:00
query-dsl Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
search Docs: Fix typo on percolate_format description 2015-05-25 13:17:59 +02:00
setup Infra for deprecation logging 2015-05-26 17:44:52 +02:00
testing [DOCS] added instructions on how to write parameterized tests 2015-03-19 12:43:51 +01:00
aggregations.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc API: Add response filtering with filter_path parameter 2015-05-26 13:51:04 +02:00
cat.asciidoc [TEST] Add missing docs and tests for '_cat/segments' 2015-01-09 12:29:11 +01:00
cluster.asciidoc Remove `_shutdown` API 2015-04-27 17:19:36 +02:00
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Docs: Updated the experimental annotations in the docs as follows: 2015-04-26 18:49:15 +02:00
index.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
indices.asciidoc Docs: Included the index-seal docs in the indices section 2015-05-20 11:20:12 +02:00
mapping.asciidoc Mappings: Remove file based default mappings 2015-04-30 13:50:35 -07:00
modules.asciidoc Remove references to the thrift and memcached transport plugins 2015-03-19 20:49:58 +01:00
query-dsl.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
redirects.asciidoc Docs: Move the page on facets into redirects.asciidoc 2015-05-24 23:34:23 +02:00
search.asciidoc [Docs] Fix minor spelling errors 2015-05-25 19:56:43 +02:00
setup.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00