Change Updates

Do not miss any Logstash API changes, ever again

Subscribe to the Logstash API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare

This documentation update picks up the improvements delivered in https://github.com/elastic/logstash/pull/17292

20 structure changes including:
3 Breaking changes
15 Additions
2 Modifications
3 Removals
Modified 2 Breaking
GET /_node/stats
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is now object
      • QueueStats property Added
  • Authentication
  • Api key auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Basic auth authentication method Added
GET /_node/plugins
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is now object
      • object-1 property Added
  • Authentication
  • Api key auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Basic auth authentication method Added
Removed 3 Breaking
GET /_node/hot_threads
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /_node/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /_health_report
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 15
GET /_node/stats/reloads
GET /_node/stats/process
GET /_node/stats/pipelines/{pipeline_name}
GET /_node/stats/pipelines
GET /_node/stats/os
GET /_node/stats/jvm
GET /_node/stats/geoip_download_manager
GET /_node/stats/flow
GET /_node/stats/events
GET /_node/pipelines/{pipeline_name}
GET /_node/pipelines
GET /_node/os
GET /_node/jvm
GET /_node/hot_threads
GET /_health_report