Skip to content

Commit

Permalink
add netflow input dashboards again
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Sep 6, 2021
1 parent 4c6b089 commit 6acd38b
Show file tree
Hide file tree
Showing 8 changed files with 1,029 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"attributes": {
"description": "Top N network flows",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [],
"query": {
"language": "kuery",
"query": ""
}
}
},
"optionsJSON": {
"darkTheme": false,
"hidePanelTitles": false,
"useMargins": true
},
"panelsJSON": [
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 15,
"i": "1",
"w": 24,
"x": 0,
"y": 8
},
"panelIndex": "1",
"panelRefName": "panel_1",
"type": "visualization",
"version": "7.3.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 8,
"i": "2",
"w": 24,
"x": 0,
"y": 0
},
"panelIndex": "2",
"panelRefName": "panel_2",
"type": "visualization",
"version": "7.3.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 15,
"i": "3",
"w": 24,
"x": 24,
"y": 8
},
"panelIndex": "3",
"panelRefName": "panel_3",
"type": "visualization",
"version": "7.3.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 15,
"i": "4",
"w": 24,
"x": 0,
"y": 23
},
"panelIndex": "4",
"panelRefName": "panel_4",
"type": "visualization",
"version": "7.3.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 15,
"i": "5",
"w": 24,
"x": 24,
"y": 23
},
"panelIndex": "5",
"panelRefName": "panel_5",
"type": "visualization",
"version": "7.3.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 8,
"i": "6",
"w": 24,
"x": 24,
"y": 0
},
"panelIndex": "6",
"panelRefName": "panel_6",
"type": "visualization",
"version": "7.3.0"
}
],
"timeRestore": false,
"title": "[Filebeat Netflow] Top-N Flows",
"version": 1
},
"coreMigrationVersion": "7.15.0",
"id": "1374fe40-1ae8-11e9-9eb0-d1ab52900288",
"migrationVersion": {
"dashboard": "7.15.0"
},
"references": [
{
"id": "3bc31900-1ae7-11e9-9eb0-d1ab52900288",
"name": "1:panel_1",
"type": "visualization"
},
{
"id": "b957b010-1ae7-11e9-9eb0-d1ab52900288",
"name": "2:panel_2",
"type": "visualization"
},
{
"id": "44042280-1ae7-11e9-9eb0-d1ab52900288",
"name": "3:panel_3",
"type": "visualization"
},
{
"id": "846bac40-1ae6-11e9-9eb0-d1ab52900288",
"name": "4:panel_4",
"type": "visualization"
},
{
"id": "8d0c61f0-1ae6-11e9-9eb0-d1ab52900288",
"name": "5:panel_5",
"type": "visualization"
},
{
"id": "e7c6efa0-1ae8-11e9-9eb0-d1ab52900288",
"name": "6:panel_6",
"type": "visualization"
}
],
"type": "dashboard",
"updated_at": "2021-09-06T13:06:21.081Z",
"version": "WzUyNzgsMV0="
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"attributes": {
"columns": [
"source.ip",
"destination.ip",
"network.direction",
"network.transport",
"network.bytes"
],
"description": "",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"key": "event.action",
"negate": false,
"params": {
"query": "netflow_flow",
"type": "phrase"
},
"type": "phrase",
"value": "netflow_flow"
},
"query": {
"match": {
"event.action": {
"query": "netflow_flow",
"type": "phrase"
}
}
}
}
],
"highlightAll": true,
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": ""
},
"version": true
}
},
"sort": [
[
"@timestamp",
"desc"
]
],
"title": "Network Flow Search [Filebeat]",
"version": 1
},
"coreMigrationVersion": "7.15.0",
"id": "c1e2ccd0-1ae5-11e9-9eb0-d1ab52900288",
"migrationVersion": {
"search": "7.9.3"
},
"references": [
{
"id": "filebeat-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
},
{
"id": "filebeat-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"type": "index-pattern"
}
],
"type": "search",
"updated_at": "2021-09-06T13:06:21.081Z",
"version": "WzUyNzEsMV0="
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"attributes": {
"description": "",
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [],
"query": {
"language": "kuery",
"query": ""
}
}
},
"savedSearchRefName": "search_0",
"title": "Source Port and Transport [Filebeat Netflow]",
"uiStateJSON": {},
"version": 1,
"visState": {
"aggs": [
{
"enabled": true,
"id": "1",
"params": {},
"schema": "metric",
"type": "count"
},
{
"enabled": true,
"id": "2",
"params": {
"customLabel": "Transport",
"field": "network.transport",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
"orderBy": "1",
"otherBucket": false,
"otherBucketLabel": "Other",
"size": 5
},
"schema": "segment",
"type": "terms"
},
{
"enabled": true,
"id": "3",
"params": {
"customLabel": "Source Port",
"field": "source.port",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
"orderBy": "1",
"otherBucket": false,
"otherBucketLabel": "Other",
"size": 15
},
"schema": "segment",
"type": "terms"
}
],
"params": {
"addLegend": true,
"addTooltip": true,
"distinctColors": true,
"isDonut": true,
"labels": {
"last_level": true,
"show": false,
"truncate": 100,
"values": true
},
"legendPosition": "right",
"palette": {
"name": "kibana_palette",
"type": "palette"
},
"type": "pie"
},
"title": "Source Port and Transport [Filebeat Netflow]",
"type": "pie"
}
},
"coreMigrationVersion": "7.15.0",
"id": "3bc31900-1ae7-11e9-9eb0-d1ab52900288",
"migrationVersion": {
"visualization": "7.14.0"
},
"references": [
{
"id": "c1e2ccd0-1ae5-11e9-9eb0-d1ab52900288",
"name": "search_0",
"type": "search"
}
],
"type": "visualization",
"updated_at": "2021-09-06T13:06:21.081Z",
"version": "WzUyNzIsMV0="
}
Loading

0 comments on commit 6acd38b

Please sign in to comment.