OpenSearch/docs/reference
Nik Everett fd729604ab [docs] Add breaking change notes for logging
ba5be0332d removed support for degrading
to slf4j and j.u.l but didn't document this as a breaking change because
it is only breaking for folks using Elasticsearch's jar as a java client.
People do that so this counts as a breaking change.

Also, if anyone was brave enough to try and replace log4j on an installed
version of Elasticsearch that will no longer work and this documents that
as well. It doens't get a full heading and instead lives with the java
client notes. Mostly because I can't imagine it worked consistently enough
for anyone to actually do it in the first place. We just never tested it
well enough to make sure we didn't break it after it was implemented.
2016-02-29 11:28:18 -05:00
..
aggregations Merge pull request #16738 from robertlyson/patch-1 2016-02-28 20:09:14 +01:00
analysis Fix typos in docs. 2016-02-09 02:07:32 -08:00
cat Document cpu usage in _cat/nodes 2016-02-23 16:41:19 -08:00
cluster Update stats.asciidoc 2016-01-26 13:48:46 +01:00
docs Added back deprecation notices for _ttl and _timestamp 2016-01-26 11:56:36 +01:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules Merge pull request #16766 from rstruber/patch-1 2016-02-22 08:42:42 -08:00
indices [DOCS] Add blurb about `data_path` not needing to include index name 2016-02-21 13:11:45 -07:00
ingest docs: fix incorrect grok pattern parameter names 2016-02-26 06:38:25 -08:00
mapping Merge pull request #16842 from anhlqn/patch-1 2016-02-29 01:32:42 +01:00
migration [docs] Add breaking change notes for logging 2016-02-29 11:28:18 -05:00
modules snapshots doc: Repository Verification `verify` example fix 2016-02-16 14:15:21 +01:00
query-dsl Fix typos in docs. 2016-02-09 02:07:32 -08:00
search Merge pull request #16777 from radar/patch-1 2016-02-28 21:33:47 +01:00
setup [DOCS] Use https for rpm packages, add dnf instructions 2016-02-29 09:15:48 -07:00
tasks Task Management: Add framework for registering and communicating with tasks 2016-01-05 12:24:43 -05:00
testing Docs: Fix nodeSettings example for integ tests to use correct Settings.Builder reference 2015-12-17 23:17:17 -08:00
aggregations.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis.asciidoc Remove ICU Plugin in reference guide 2015-12-29 11:23:28 +01:00
api-conventions.asciidoc docs: Updated examples and added note about the fact that the `/` for date rounding in date math index names should be url encoded as `%2F` 2016-01-27 13:48:20 +01:00
cat.asciidoc Fixed asciidoc issues 2016-02-05 14:47:44 +01:00
cluster.asciidoc Remove `_shutdown` API 2015-04-27 17:19:36 +02:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
getting-started.asciidoc [docs] Fix download link 2015-11-05 14:18:49 -05:00
glossary.asciidoc Networking: Move multicast discovery to a plugin 2015-08-20 16:43:25 -07:00
index-modules.asciidoc Update index-modules.asciidoc 2016-02-15 13:33:48 +01:00
index.asciidoc Add ingest docs to the build 2016-02-11 14:16:56 -08:00
indices.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
ingest.asciidoc Add ingest docs to the build 2016-02-11 14:16:56 -08:00
mapping.asciidoc Docs: Made multi-fields more prominent 2015-08-06 20:09:42 +02:00
modules.asciidoc Docs: Java Security Manager and scripting 2016-02-01 09:38:21 +01:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
release-notes.asciidoc Updated the release-notes script to produce AsciiDoc and added placeholders 2015-11-20 20:05:53 +01:00
search.asciidoc Add documentation for global search timeout 2016-01-07 10:42:18 -05:00
setup.asciidoc Update setup.asciidoc 2015-10-09 12:27:43 +02:00
testing.asciidoc