logstash wrappers for troubleshooting

This commit is contained in:
reyesj2
2025-10-14 13:34:33 -05:00
parent 2baf2478da
commit 8773ebc3dc
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
curl -s -L http://localhost:9600/_node/stats/flow | jq

View File

@@ -0,0 +1,3 @@
#!/bin/bash
curl -s -L http://localhost:9600/_health_report | jq

View File

@@ -0,0 +1,3 @@
#!/bin/bash
curl -s -L http://localhost:9600/_node/stats/jvm | jq