graylog: fine tuning and dashboard creation
This commit is contained in:
parent
ebc9d34b78
commit
f18e242afd
9 changed files with 783 additions and 34 deletions
|
@ -24,9 +24,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mongodb.enable = true;
|
services.mongodb.enable = true;
|
||||||
services.elasticsearch.enable = true;
|
services.elasticsearch = {
|
||||||
services.elasticsearch.listenAddress =
|
enable = true;
|
||||||
"${config.networking.hostName}.private";
|
listenAddress = "${config.networking.hostName}.private";
|
||||||
|
extraJavaOptions = ["-Des.http.cname_in_publish_address=true"];
|
||||||
|
};
|
||||||
|
|
||||||
services.graylog.enable = true;
|
services.graylog.enable = true;
|
||||||
services.graylog.elasticsearchHosts =
|
services.graylog.elasticsearchHosts =
|
||||||
|
|
|
@ -210,7 +210,7 @@ in {
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
#nginx.enable = true;
|
#nginx.enable = true;
|
||||||
hostName = "nextcloud.ingolf-wagner.de";
|
hostName = "nextcloud.ingolf-wagner.de";
|
||||||
#logLevel = 0;
|
logLevel = 2;
|
||||||
https = true;
|
https = true;
|
||||||
config = {
|
config = {
|
||||||
adminpassFile =
|
adminpassFile =
|
||||||
|
|
674
terranix/graylog/MyDashboards.json
Normal file
674
terranix/graylog/MyDashboards.json
Normal file
|
@ -0,0 +1,674 @@
|
||||||
|
{
|
||||||
|
"v": "1",
|
||||||
|
"id": "da023d7e-086a-4387-a5b1-02bd267d9c3f",
|
||||||
|
"rev": 2,
|
||||||
|
"name": "Dashboards",
|
||||||
|
"summary": "My Dashboards",
|
||||||
|
"description": "All my Dashboards focusing mainly on journald logs",
|
||||||
|
"vendor": "Ingolf Wagner",
|
||||||
|
"url": "",
|
||||||
|
"parameters": [],
|
||||||
|
"entities": [
|
||||||
|
{
|
||||||
|
"v": "1",
|
||||||
|
"type": {
|
||||||
|
"name": "dashboard",
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
|
"id": "04d927ad-a217-43bf-aa9e-820777399cc3",
|
||||||
|
"data": {
|
||||||
|
"summary": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": "Overview on Graylog"
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"queries": [
|
||||||
|
{
|
||||||
|
"id": "bfb6a815-7213-484c-91ba-ebaeff542a66",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 300
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": ""
|
||||||
|
},
|
||||||
|
"search_types": [
|
||||||
|
{
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND syslog_facility:<4 AND (systemd_unit:elasticsearch.service OR systemd_unit:kibana.service OR systemd_unit:graylog.service)"
|
||||||
|
},
|
||||||
|
"name": "chart",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "count",
|
||||||
|
"id": "count()",
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter": null,
|
||||||
|
"rollup": false,
|
||||||
|
"row_groups": [
|
||||||
|
{
|
||||||
|
"type": "time",
|
||||||
|
"field": "timestamp",
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "pivot",
|
||||||
|
"id": "8e1ed6ed-ff1f-4d86-8981-a987aaaa5eed",
|
||||||
|
"column_groups": [
|
||||||
|
{
|
||||||
|
"type": "values",
|
||||||
|
"field": "systemd_unit",
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true"
|
||||||
|
},
|
||||||
|
"name": "chart",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "count",
|
||||||
|
"id": "count()",
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter": null,
|
||||||
|
"rollup": false,
|
||||||
|
"row_groups": [
|
||||||
|
{
|
||||||
|
"type": "time",
|
||||||
|
"field": "timestamp",
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "pivot",
|
||||||
|
"id": "d7e2a713-28fd-46d1-8c7a-29bd2867bebd",
|
||||||
|
"column_groups": [
|
||||||
|
{
|
||||||
|
"type": "values",
|
||||||
|
"field": "source",
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parameters": [],
|
||||||
|
"requires": {},
|
||||||
|
"owner": "admin",
|
||||||
|
"created_at": "2021-07-17T08:03:26.960Z"
|
||||||
|
},
|
||||||
|
"created_at": "2021-07-17T05:53:41.503Z",
|
||||||
|
"requires": {},
|
||||||
|
"state": {
|
||||||
|
"bfb6a815-7213-484c-91ba-ebaeff542a66": {
|
||||||
|
"selected_fields": null,
|
||||||
|
"static_message_list_id": null,
|
||||||
|
"titles": {
|
||||||
|
"widget": {
|
||||||
|
"b0d1972c-c917-4054-a946-d412859ee5f0": "Graylog Errors of last day",
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": "Graylog Input of last day",
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": "Graylog errors of last day",
|
||||||
|
"9a6682e0-8993-439a-bfff-62e4a3c99473": "Graylog errors of last day (copy)"
|
||||||
|
},
|
||||||
|
"tab": {
|
||||||
|
"title": "Last Day"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"widgets": [
|
||||||
|
{
|
||||||
|
"id": "c535afa8-b27f-4cec-b117-483df2d439ec",
|
||||||
|
"type": "aggregation",
|
||||||
|
"filter": null,
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND syslog_facility:<4 AND (systemd_unit:elasticsearch.service OR systemd_unit:kibana.service OR systemd_unit:graylog.service)"
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"visualization": "line",
|
||||||
|
"event_annotation": false,
|
||||||
|
"row_pivots": [
|
||||||
|
{
|
||||||
|
"field": "timestamp",
|
||||||
|
"type": "time",
|
||||||
|
"config": {
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"name": null
|
||||||
|
},
|
||||||
|
"function": "count()"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rollup": false,
|
||||||
|
"column_pivots": [
|
||||||
|
{
|
||||||
|
"field": "systemd_unit",
|
||||||
|
"type": "values",
|
||||||
|
"config": {
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualization_config": {
|
||||||
|
"interpolation": "spline"
|
||||||
|
},
|
||||||
|
"formatting_settings": null,
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "49928524-8949-42e2-b6a6-4f208e2febb5",
|
||||||
|
"type": "aggregation",
|
||||||
|
"filter": null,
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true"
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"visualization": "line",
|
||||||
|
"event_annotation": false,
|
||||||
|
"row_pivots": [
|
||||||
|
{
|
||||||
|
"field": "timestamp",
|
||||||
|
"type": "time",
|
||||||
|
"config": {
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"name": null
|
||||||
|
},
|
||||||
|
"function": "count()"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rollup": false,
|
||||||
|
"column_pivots": [
|
||||||
|
{
|
||||||
|
"field": "source",
|
||||||
|
"type": "values",
|
||||||
|
"config": {
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualization_config": {
|
||||||
|
"interpolation": "spline"
|
||||||
|
},
|
||||||
|
"formatting_settings": null,
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widget_mapping": {
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": [
|
||||||
|
"d7e2a713-28fd-46d1-8c7a-29bd2867bebd"
|
||||||
|
],
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": [
|
||||||
|
"8e1ed6ed-ff1f-4d86-8981-a987aaaa5eed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"positions": {
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": {
|
||||||
|
"col": 1,
|
||||||
|
"row": 11,
|
||||||
|
"height": 3,
|
||||||
|
"width": "Infinity"
|
||||||
|
},
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": {
|
||||||
|
"col": 1,
|
||||||
|
"row": 8,
|
||||||
|
"height": 3,
|
||||||
|
"width": "Infinity"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"formatting": {
|
||||||
|
"highlighting": []
|
||||||
|
},
|
||||||
|
"display_mode_settings": {
|
||||||
|
"positions": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"properties": [],
|
||||||
|
"owner": "admin",
|
||||||
|
"title": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": "Graylog"
|
||||||
|
},
|
||||||
|
"type": "DASHBOARD",
|
||||||
|
"description": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"constraints": [
|
||||||
|
{
|
||||||
|
"type": "server-version",
|
||||||
|
"version": ">=3.3.9+abab7dc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"v": "1",
|
||||||
|
"type": {
|
||||||
|
"name": "dashboard",
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
|
"id": "40d84ea8-3f72-47b8-9819-722b3f5dcbd3",
|
||||||
|
"data": {
|
||||||
|
"summary": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": "Overview on Graylog"
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"queries": [
|
||||||
|
{
|
||||||
|
"id": "bfb6a815-7213-484c-91ba-ebaeff542a66",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 300
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": ""
|
||||||
|
},
|
||||||
|
"search_types": [
|
||||||
|
{
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND systemd_unit:init.scope AND syslog_priority:4"
|
||||||
|
},
|
||||||
|
"name": "chart",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "count",
|
||||||
|
"id": "count()",
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter": null,
|
||||||
|
"rollup": true,
|
||||||
|
"row_groups": [
|
||||||
|
{
|
||||||
|
"type": "values",
|
||||||
|
"field": "custom_unit",
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "pivot",
|
||||||
|
"id": "d480b368-2968-442c-94b9-e1e4e1830db7",
|
||||||
|
"column_groups": [],
|
||||||
|
"sort": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true"
|
||||||
|
},
|
||||||
|
"name": "chart",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "count",
|
||||||
|
"id": "count()",
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter": null,
|
||||||
|
"rollup": false,
|
||||||
|
"row_groups": [
|
||||||
|
{
|
||||||
|
"type": "time",
|
||||||
|
"field": "timestamp",
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "pivot",
|
||||||
|
"id": "148df0da-281a-4266-a363-9565c9b851b6",
|
||||||
|
"column_groups": [
|
||||||
|
{
|
||||||
|
"type": "values",
|
||||||
|
"field": "source",
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND syslog_facility:<4 AND (systemd_unit:elasticsearch.service OR systemd_unit:kibana.service OR systemd_unit:graylog.service)"
|
||||||
|
},
|
||||||
|
"name": "chart",
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "count",
|
||||||
|
"id": "count()",
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter": null,
|
||||||
|
"rollup": false,
|
||||||
|
"row_groups": [
|
||||||
|
{
|
||||||
|
"type": "time",
|
||||||
|
"field": "timestamp",
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "pivot",
|
||||||
|
"id": "fe958d96-6908-4516-848d-9490d810ed3e",
|
||||||
|
"column_groups": [
|
||||||
|
{
|
||||||
|
"type": "values",
|
||||||
|
"field": "systemd_unit",
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parameters": [],
|
||||||
|
"requires": {},
|
||||||
|
"owner": "admin",
|
||||||
|
"created_at": "2021-07-17T11:41:39.203Z"
|
||||||
|
},
|
||||||
|
"created_at": "2021-07-17T05:53:41.503Z",
|
||||||
|
"requires": {},
|
||||||
|
"state": {
|
||||||
|
"bfb6a815-7213-484c-91ba-ebaeff542a66": {
|
||||||
|
"selected_fields": null,
|
||||||
|
"static_message_list_id": null,
|
||||||
|
"titles": {
|
||||||
|
"widget": {
|
||||||
|
"b0d1972c-c917-4054-a946-d412859ee5f0": "Graylog Errors of last day",
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": "Graylog Input of last day",
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": "Graylog errors of last day",
|
||||||
|
"9a6682e0-8993-439a-bfff-62e4a3c99473": "Graylog errors of last day (copy)",
|
||||||
|
"ac9ffdfc-8f48-4ed8-af3b-62120dc86bfa": "init.scope warnings",
|
||||||
|
"221557b8-5b8b-4c57-9449-00a1aaf91388": "Messages for custom_unit:backup.mount"
|
||||||
|
},
|
||||||
|
"tab": {
|
||||||
|
"title": "Last Day"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"widgets": [
|
||||||
|
{
|
||||||
|
"id": "c535afa8-b27f-4cec-b117-483df2d439ec",
|
||||||
|
"type": "aggregation",
|
||||||
|
"filter": null,
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND syslog_facility:<4 AND (systemd_unit:elasticsearch.service OR systemd_unit:kibana.service OR systemd_unit:graylog.service)"
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"visualization": "line",
|
||||||
|
"event_annotation": false,
|
||||||
|
"row_pivots": [
|
||||||
|
{
|
||||||
|
"field": "timestamp",
|
||||||
|
"type": "time",
|
||||||
|
"config": {
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"name": null
|
||||||
|
},
|
||||||
|
"function": "count()"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rollup": false,
|
||||||
|
"column_pivots": [
|
||||||
|
{
|
||||||
|
"field": "systemd_unit",
|
||||||
|
"type": "values",
|
||||||
|
"config": {
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualization_config": {
|
||||||
|
"interpolation": "spline"
|
||||||
|
},
|
||||||
|
"formatting_settings": null,
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "49928524-8949-42e2-b6a6-4f208e2febb5",
|
||||||
|
"type": "aggregation",
|
||||||
|
"filter": null,
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true"
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"visualization": "line",
|
||||||
|
"event_annotation": false,
|
||||||
|
"row_pivots": [
|
||||||
|
{
|
||||||
|
"field": "timestamp",
|
||||||
|
"type": "time",
|
||||||
|
"config": {
|
||||||
|
"interval": {
|
||||||
|
"type": "auto",
|
||||||
|
"scaling": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"name": null
|
||||||
|
},
|
||||||
|
"function": "count()"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rollup": false,
|
||||||
|
"column_pivots": [
|
||||||
|
{
|
||||||
|
"field": "source",
|
||||||
|
"type": "values",
|
||||||
|
"config": {
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualization_config": {
|
||||||
|
"interpolation": "spline"
|
||||||
|
},
|
||||||
|
"formatting_settings": null,
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ac9ffdfc-8f48-4ed8-af3b-62120dc86bfa",
|
||||||
|
"type": "aggregation",
|
||||||
|
"filter": null,
|
||||||
|
"timerange": {
|
||||||
|
"type": "relative",
|
||||||
|
"range": 86400
|
||||||
|
},
|
||||||
|
"query": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"query_string": "from_journald:true AND systemd_unit:init.scope AND syslog_priority:4"
|
||||||
|
},
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"visualization": "table",
|
||||||
|
"event_annotation": false,
|
||||||
|
"row_pivots": [
|
||||||
|
{
|
||||||
|
"field": "custom_unit",
|
||||||
|
"type": "values",
|
||||||
|
"config": {
|
||||||
|
"limit": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"name": null
|
||||||
|
},
|
||||||
|
"function": "count()"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rollup": true,
|
||||||
|
"column_pivots": [],
|
||||||
|
"visualization_config": null,
|
||||||
|
"formatting_settings": null,
|
||||||
|
"sort": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widget_mapping": {
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": [
|
||||||
|
"fe958d96-6908-4516-848d-9490d810ed3e"
|
||||||
|
],
|
||||||
|
"ac9ffdfc-8f48-4ed8-af3b-62120dc86bfa": [
|
||||||
|
"d480b368-2968-442c-94b9-e1e4e1830db7"
|
||||||
|
],
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": [
|
||||||
|
"148df0da-281a-4266-a363-9565c9b851b6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"positions": {
|
||||||
|
"ac9ffdfc-8f48-4ed8-af3b-62120dc86bfa": {
|
||||||
|
"col": 1,
|
||||||
|
"row": 6,
|
||||||
|
"height": 6,
|
||||||
|
"width": 4
|
||||||
|
},
|
||||||
|
"c535afa8-b27f-4cec-b117-483df2d439ec": {
|
||||||
|
"col": 5,
|
||||||
|
"row": 6,
|
||||||
|
"height": 3,
|
||||||
|
"width": 8
|
||||||
|
},
|
||||||
|
"49928524-8949-42e2-b6a6-4f208e2febb5": {
|
||||||
|
"col": 5,
|
||||||
|
"row": 9,
|
||||||
|
"height": 3,
|
||||||
|
"width": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"formatting": {
|
||||||
|
"highlighting": []
|
||||||
|
},
|
||||||
|
"display_mode_settings": {
|
||||||
|
"positions": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"properties": [],
|
||||||
|
"owner": "admin",
|
||||||
|
"title": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": "Graylog"
|
||||||
|
},
|
||||||
|
"type": "DASHBOARD",
|
||||||
|
"description": {
|
||||||
|
"@type": "string",
|
||||||
|
"@value": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"constraints": [
|
||||||
|
{
|
||||||
|
"type": "server-version",
|
||||||
|
"version": ">=3.3.9+abab7dc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -24,19 +24,17 @@ with builtins; {
|
||||||
retention_strategy_class =
|
retention_strategy_class =
|
||||||
"org.graylog2.indexer.retention.strategies.DeletionRetentionStrategy";
|
"org.graylog2.indexer.retention.strategies.DeletionRetentionStrategy";
|
||||||
index_analyzer = "standard";
|
index_analyzer = "standard";
|
||||||
index_optimization_disabled = true;
|
index_optimization_disabled = false;
|
||||||
writable = true;
|
writable = true;
|
||||||
shards = 1;
|
shards = 1;
|
||||||
replicas = 0;
|
replicas = 0;
|
||||||
index_optimization_max_num_segments = 1;
|
index_optimization_max_num_segments = 1;
|
||||||
field_type_refresh_interval = 5000;
|
field_type_refresh_interval = 5000;
|
||||||
|
|
||||||
retention_strategy = toJSON ({
|
retention_strategy = toJSON ({
|
||||||
max_number_of_indices = maxIndexCount;
|
max_number_of_indices = maxIndexCount;
|
||||||
type =
|
type =
|
||||||
"org.graylog2.indexer.retention.strategies.DeletionRetentionStrategyConfig";
|
"org.graylog2.indexer.retention.strategies.DeletionRetentionStrategyConfig";
|
||||||
});
|
});
|
||||||
|
|
||||||
rotation_strategy = toJSON ({
|
rotation_strategy = toJSON ({
|
||||||
#max_docs_per_index = 30000000;
|
#max_docs_per_index = 30000000;
|
||||||
max_size = maxIndexSize * 1024 * 1024;
|
max_size = maxIndexSize * 1024 * 1024;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
with builtins; {
|
with builtins; {
|
||||||
|
|
||||||
imports = [ ./journald/nextcloud.nix ];
|
imports = [ ./journald/nextcloud.nix ./journald/kibana.nix ];
|
||||||
|
|
||||||
resource = {
|
resource = {
|
||||||
|
|
||||||
|
|
59
terranix/graylog/journald/kibana.nix
Normal file
59
terranix/graylog/journald/kibana.nix
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
with builtins; {
|
||||||
|
|
||||||
|
resource = {
|
||||||
|
|
||||||
|
graylog_pipeline_connection = {
|
||||||
|
journald.pipeline_ids = [ "\${graylog_pipeline.kibana.id}" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
graylog_pipeline = {
|
||||||
|
kibana.source = ''
|
||||||
|
pipeline "kibana : parsing"
|
||||||
|
stage 10 match either
|
||||||
|
rule "kibana : parse level 1"
|
||||||
|
stage 11 match either
|
||||||
|
rule "kibana : parse message"
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
graylog_pipeline_rule = {
|
||||||
|
kibanaLevel1.source = ''
|
||||||
|
rule "kibana : parse level 1"
|
||||||
|
when
|
||||||
|
has_field("systemd_unit") && ($message.systemd_unit == "kibana.service")
|
||||||
|
then
|
||||||
|
let parsedJson = parse_json(to_string($message.message));
|
||||||
|
set_fields(to_map(parsedJson),"kibana_");
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
kibanaLevelRequest.source = ''
|
||||||
|
rule "kibana : parse request"
|
||||||
|
when
|
||||||
|
has_field("kibana_req")
|
||||||
|
then
|
||||||
|
let parsedJson = parse_json(to_string($message.kibana_req));
|
||||||
|
set_fields(to_map(parsedJson),"kibana_req_");
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
kibanaLevelResponse.source = ''
|
||||||
|
rule "kibana : parse response"
|
||||||
|
when
|
||||||
|
has_field("kibana_res")
|
||||||
|
then
|
||||||
|
let parsedJson = parse_json(to_string($message.kibana_res));
|
||||||
|
set_fields(to_map(parsedJson),"kibana_res_");
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
kibanaLevelMessage.source = ''
|
||||||
|
rule "kibana : parse message"
|
||||||
|
when
|
||||||
|
has_field("kibana_message")
|
||||||
|
then
|
||||||
|
set_field("message", $message.kibana_message);
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
|
@ -13,6 +13,8 @@ with builtins; {
|
||||||
rule "nextcloud : parse level 1"
|
rule "nextcloud : parse level 1"
|
||||||
stage 11 match either
|
stage 11 match either
|
||||||
rule "nextcloud : parse level 2"
|
rule "nextcloud : parse level 2"
|
||||||
|
stage 12 match either
|
||||||
|
rule "nextcloud : parse level 3"
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -21,19 +23,37 @@ with builtins; {
|
||||||
nextcloudLevel1.source = ''
|
nextcloudLevel1.source = ''
|
||||||
rule "nextcloud : parse level 1"
|
rule "nextcloud : parse level 1"
|
||||||
when
|
when
|
||||||
has_field("systemd_unit") && $message.systemd_unit == "phpfpm-nextcloud.service"
|
has_field("systemd_unit") && ($message.systemd_unit == "phpfpm-nextcloud.service" || $message.systemd_unit == "nextcloud-cron.service") && starts_with(to_string($message.message),"{")
|
||||||
then
|
then
|
||||||
let parsedJson = parse_json(to_string($message.message));
|
let parsedJson = parse_json(to_string($message.message));
|
||||||
set_fields(to_map(parsedJson),"nextcloud_");
|
set_fields(to_map(parsedJson),"nextcloud_");
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
#nextcloudLevel2.source = ''
|
||||||
|
# rule "nextcloud : parse level 2"
|
||||||
|
# when
|
||||||
|
# has_field("nextcloud_message")
|
||||||
|
# then
|
||||||
|
# let parsedJson = parse_json(to_string($message.nextcloud_message));
|
||||||
|
# set_field("message", $message.nextcloud_message);
|
||||||
|
# set_fields(to_map(parsedJson),"nextcloud_message_");
|
||||||
|
# end
|
||||||
|
#'';
|
||||||
nextcloudLevel2.source = ''
|
nextcloudLevel2.source = ''
|
||||||
rule "nextcloud : parse level 2"
|
rule "nextcloud : parse level 2"
|
||||||
when
|
when
|
||||||
has_field("nextcloud_message")
|
has_field("nextcloud_message")
|
||||||
then
|
then
|
||||||
let parsedJson = parse_json(to_string($message.nextcloud_message));
|
set_field("message", $message.nextcloud_message);
|
||||||
set_fields(to_map(parsedJson),"nextcloud_message_");
|
end
|
||||||
|
'';
|
||||||
|
nextcloudLevel3.source = ''
|
||||||
|
rule "nextcloud : parse level 3"
|
||||||
|
when
|
||||||
|
has_field("nextcloud_message_Message")
|
||||||
|
then
|
||||||
|
remove_field("nextcloud_message");
|
||||||
|
set_field("message", $message.nextcloud_message_Message);
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
/*
|
/* # use this nginx configuration
|
||||||
|
# to send data to these inputs
|
||||||
|
|
||||||
# use this nginx configuration
|
log_format graylog2_json escape=json '{ "timestamp": "$time_iso8601", '
|
||||||
# to send data to these inputs
|
'"facility": "nginx", '
|
||||||
|
'"src_addr": "$remote_addr", '
|
||||||
log_format graylog2_json escape=json '{ "timestamp": "$time_iso8601", '
|
'"body_bytes_sent": $body_bytes_sent, '
|
||||||
'"facility": "nginx", '
|
'"request_time": $request_time, '
|
||||||
'"src_addr": "$remote_addr", '
|
'"response_status": $status, '
|
||||||
'"body_bytes_sent": $body_bytes_sent, '
|
'"request": "$request", '
|
||||||
'"request_time": $request_time, '
|
'"request_method": "$request_method", '
|
||||||
'"response_status": $status, '
|
'"host": "$host",'
|
||||||
'"request": "$request", '
|
'"upstream_cache_status": "$upstream_cache_status",'
|
||||||
'"request_method": "$request_method", '
|
'"upstream_addr": "$upstream_addr",'
|
||||||
'"host": "$host",'
|
'"http_x_forwarded_for": "$http_x_forwarded_for",'
|
||||||
'"upstream_cache_status": "$upstream_cache_status",'
|
'"http_referrer": "$http_referer", '
|
||||||
'"upstream_addr": "$upstream_addr",'
|
'"http_user_agent": "$http_user_agent" }';
|
||||||
'"http_x_forwarded_for": "$http_x_forwarded_for",'
|
|
||||||
'"http_referrer": "$http_referer", '
|
|
||||||
'"http_user_agent": "$http_user_agent" }';
|
|
||||||
|
|
||||||
access_log syslog:server=${access_log_input} graylog2_json;
|
|
||||||
error_log syslog:server=${error_log_input};
|
|
||||||
|
|
||||||
|
access_log syslog:server=${access_log_input} graylog2_json;
|
||||||
|
error_log syslog:server=${error_log_input};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
with builtins; {
|
with builtins; {
|
||||||
|
|
||||||
|
|
||||||
resource = {
|
resource = {
|
||||||
|
|
||||||
graylog_input = {
|
graylog_input = {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue