monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

graylog-version check

Open NavidSassan opened this issue 5 years ago • 1 comments

# installed version
curl -u user:password -H 'Accept: application/json' -X GET 'http://ip:9000/api/cluster?pretty=true'
{
  "redacted" : {
    "facility" : "graylog-server",
    "codename" : "Wildwuchs",
    "node_id" : "redacted",
    "cluster_id" : "redacted",
    "version" : "2.4.7+9116ead",
    "started_at" : "2020-08-22T08:04:40.854Z",
    "hostname" : "redacted",
    "lifecycle" : "running",
    "lb_status" : "alive",
    "timezone" : "Europe/Zurich",
    "operating_system" : "redacted",
    "is_processing" : true
  }
}

# latest version
https://github.com/Graylog2/graylog2-server/releases

NavidSassan avatar Oct 05 '20 14:10 NavidSassan

In GitLab by @markuslf on Feb 16, 2022, 21:50

marked this issue as related to #489

NavidSassan avatar Feb 16 '22 20:02 NavidSassan