elasticsearch/docs/reference/migration
André Letterer 5ec9d7be4d
Fixed synchronizing REST API inflight breaker names with internal variable (#40878)
The internal configuration settings were like that: network.breaker.inflight_requests
But the exposed REST API had the value names with underscore like that: network.breaker.in_flight_requests
This was now corrected to without underscores like that: network.breaker.inflight_requests
2019-09-03 14:56:36 +02:00
..
apis Add warning about versions to Deprecation API docs (#36624) 2019-08-07 13:48:45 -06:00
migrate_8_0 Fixed synchronizing REST API inflight breaker names with internal variable (#40878) 2019-09-03 14:56:36 +02:00
index.asciidoc [DOCS] Removed redundant (not quite right) information about upgrades. 2019-04-04 16:20:08 -07:00
migrate_8_0.asciidoc Fixed synchronizing REST API inflight breaker names with internal variable (#40878) 2019-09-03 14:56:36 +02:00
migration.asciidoc Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00