Skip to content

Commit

Permalink
[Logstash] Sort logstash-rest.yml Actions
Browse files Browse the repository at this point in the history
This also makes the health report API `>=` instead of `>`.
  • Loading branch information
pickypg committed Dec 19, 2024
1 parent ba64940 commit 15d2e45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/logstash-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@
# Note to those adding entries: within each group, cat API's, json API's, and commercial, they are in alphabetical order.
# Please adhere to this convention when submitting pull requests.

logstash_version:
logstash_health_report:
versions:
"> 0.0.0": "/"
">= 8.16.0": "/_health_report"

logstash_node:
versions:
"> 0.0.0": "/_node"

logstash_node_stats:
versions:
"> 0.0.0": "/_node/stats"

logstash_nodes_hot_threads:
versions:
"> 0.0.0": "/_node/hot_threads?threads=10000"
Expand All @@ -35,10 +31,14 @@ logstash_nodes_hot_threads_human:
versions:
"> 0.0.0": "/_node/hot_threads?human&threads=10000"

logstash_node_stats:
versions:
"> 0.0.0": "/_node/stats"

logstash_plugins:
versions:
"> 0.0.0": "/_node/plugins"

logstash_health_report:
logstash_version:
versions:
"> 8.16.0": "/_health_report"
"> 0.0.0": "/"

0 comments on commit 15d2e45

Please sign in to comment.