Last active
October 28, 2016 16:59
-
-
Save easierbycode/e640bb3178ffa31e8a8133c7f5109299 to your computer and use it in GitHub Desktop.
CURL response from http://our-graylog.site:9000/api/system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"etcd": { | |
"enabled": true | |
}, | |
"nginx": { | |
"enabled": true | |
}, | |
"mongodb": { | |
"enabled": true | |
}, | |
"elasticsearch": { | |
"enabled": false | |
}, | |
"graylog_server": { | |
"enabled": true | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"timezone": "Etc/UTC", | |
"smtp_server": "", | |
"smtp_port": 587, | |
"smtp_user": "", | |
"smtp_password": "", | |
"smtp_from_email": null, | |
"smtp_web_url": null, | |
"smtp_no_tls": false, | |
"smtp_no_ssl": false, | |
"master_node": "127.0.0.1", | |
"local_connect": false, | |
"current_address": "10.0.0.168", | |
"last_address": "10.0.0.168", | |
"enforce_ssl": false, | |
"journal_size": 1, | |
"node_id": false, | |
"internal_logging": true, | |
"web_listen_uri": false, | |
"web_endpoint_uri": false, | |
"rest_listen_uri": false, | |
"rest_transport_uri": false, | |
"external_rest_uri": false, | |
"custom_attributes": { | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"facility": "graylog-server", | |
"codename": "Smuttynose", | |
"node_id": "3aa12be6-de3f-4132-8f7d-ab810b6a5a67", | |
"cluster_id": "b86bd03f-b8ed-420d-8c6e-47b93cd1a6b5", | |
"version": "2.1.1+01d50e5", | |
"started_at": "2016-10-27T03:42:53.958Z", | |
"hostname": "graylog", | |
"lifecycle": "running", | |
"lb_status": "alive", | |
"timezone": "Etc/UTC", | |
"operating_system": "Linux 3.13.0-95-generic", | |
"is_processing": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment