Merge pull request #15141 from Security-Onion-Solutions/reyesj2-logstash

This commit is contained in:
Jorge Reyes
2025-10-14 16:01:01 -05:00
committed by GitHub
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