Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Arista NG Firewall] Add Dashboards to Beta Integration #6954

Merged
merged 15 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/arista_ngfw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.0"
changes:
- description: Add dashboards to integration
type: enhancement
link: https://github.com/elastic/integrations/pull/6954
- version: 0.9.0
changes:
- description: ECS version updated to 8.11.0.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
{
"attributes": {
"columns": [
"log.syslog.hostname",
"source.ip",
"destination.ip",
"network.direction",
"event.type",
"rule.ruleset",
"rule.name"
],
"description": "",
"grid": {
"columns": {
"destination.ip": {
"width": 137
},
"log.syslog.hostname": {
"width": 163
},
"network.direction": {
"width": 161
},
"rule.name": {
"width": 736
},
"rule.ruleset": {
"width": 140
},
"source.domain": {
"width": 205
},
"source.geo.country_name": {
"width": 193
},
"source.ip": {
"width": 124
}
}
},
"hideChart": false,
"isTextBasedQuery": false,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"field": "data_stream.dataset",
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"key": "data_stream.dataset",
"negate": false,
"params": {
"query": "arista_ngfw.log"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"data_stream.dataset": "arista_ngfw.log"
}
}
},
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"field": "event.provider",
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"key": "event.provider",
"negate": false,
"params": {
"query": "intrusion_prevention"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"event.provider": "intrusion_prevention"
}
}
}
],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": ""
}
}
},
"sort": [
[
"@timestamp",
"desc"
]
],
"timeRestore": false,
"title": "Arista NG Firewall Intrusion Prevention Events",
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.8.0",
"created_at": "2023-08-09T15:34:21.806Z",
"id": "arista_ngfw-6cf3b505-142c-436a-9625-97800660e36f",
"managed": false,
"references": [
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"type": "index-pattern"
}
],
"type": "search",
"typeMigrationVersion": "7.9.3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"attributes": {
"columns": [
"log.syslog.hostname",
"arista.interface.id",
"arista.received.bytes",
"arista.received.rate",
"arista.transmitted.bytes",
"arista.transmitted.rate"
],
"description": "",
"grid": {
"columns": {
"system.network.out.rate": {
"width": 266
}
}
},
"hideChart": false,
"hits": 0,
"isTextBasedQuery": false,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"field": "event.provider",
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"key": "event.provider",
"negate": false,
"params": {
"query": "interface_stats"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"event.provider": "interface_stats"
}
}
},
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"field": "data_stream.dataset",
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"key": "data_stream.dataset",
"negate": false,
"params": {
"query": "arista_ngfw.log"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"data_stream.dataset": "arista_ngfw.log"
}
}
}
],
"highlightAll": true,
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": ""
},
"version": true
}
},
"sort": [
[
"@timestamp",
"desc"
]
],
"timeRestore": false,
"title": "Arista NG Firewall Interface Stats Events",
"usesAdHocDataView": false,
"version": 1
},
"coreMigrationVersion": "8.8.0",
"created_at": "2023-08-09T15:34:21.806Z",
"id": "arista_ngfw-746674eb-991f-47d4-a42b-b7b205db4b9b",
"managed": false,
"references": [
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"type": "index-pattern"
}
],
"type": "search",
"typeMigrationVersion": "7.9.3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"attributes": {
"columns": [
"log.syslog.hostname",
"event.id",
"source.ip",
"source.nat.ip",
"source.port",
"network.transport",
"network.direction",
"network.bytes",
"destination.nat.ip",
"destination.ip",
"destination.port"
],
"description": "",
"grid": {
"columns": {
"event.provider": {
"width": 160
},
"log.syslog.hostname": {
"width": 180
}
}
},
"hideChart": false,
"isTextBasedQuery": false,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"field": "data_stream.dataset",
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"key": "data_stream.dataset",
"negate": false,
"params": {
"query": "arista_ngfw.log"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"data_stream.dataset": "arista_ngfw.log"
}
}
},
{
"$state": {
"store": "appState"
},
"meta": {
"alias": null,
"disabled": false,
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"key": "event.provider",
"negate": false,
"params": {
"query": "session_stats"
},
"type": "phrase"
},
"query": {
"match_phrase": {
"event.provider": "session_stats"
}
}
}
],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": ""
}
}
},
"sort": [
[
"@timestamp",
"desc"
]
],
"timeRestore": false,
"title": "Arista NG Firewall Session Stats Events",
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.8.0",
"created_at": "2023-08-09T15:34:21.806Z",
"id": "arista_ngfw-78edcde0-20ee-11ee-8ab3-fb5b73d7bd73",
"managed": false,
"references": [
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
"type": "index-pattern"
},
{
"id": "logs-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
"type": "index-pattern"
}
],
"type": "search",
"typeMigrationVersion": "7.9.3"
}
Loading