Break out packaging breaking changes
This commit is contained in:
parent
917a57659a
commit
fa4e6020cd
|
@ -16,6 +16,7 @@ your application to Elasticsearch 3.0.
|
||||||
* <<breaking_30_thread_pool>>
|
* <<breaking_30_thread_pool>>
|
||||||
* <<breaking_30_allocation>>
|
* <<breaking_30_allocation>>
|
||||||
* <<breaking_30_percolator>>
|
* <<breaking_30_percolator>>
|
||||||
|
* <<breaking_30_packaging>>
|
||||||
|
|
||||||
[[breaking_30_search_changes]]
|
[[breaking_30_search_changes]]
|
||||||
=== Warmers
|
=== Warmers
|
||||||
|
@ -645,7 +646,10 @@ any more.
|
||||||
|
|
||||||
Percolator documents are no longer excluded from the search response.
|
Percolator documents are no longer excluded from the search response.
|
||||||
|
|
||||||
=== Default logging using systemd
|
[[breaking_30_packaging]]
|
||||||
|
=== Packaging
|
||||||
|
|
||||||
|
==== Default logging using systemd (since Elasticsearch 2.2.0)
|
||||||
|
|
||||||
In previous versions of Elasticsearch, the default logging
|
In previous versions of Elasticsearch, the default logging
|
||||||
configuration routed standard output to /dev/null and standard error to
|
configuration routed standard output to /dev/null and standard error to
|
||||||
|
|
Loading…
Reference in New Issue