Skip to content

Commit

Permalink
[Filebeat] Fix pensando viz (elastic#24275)
Browse files Browse the repository at this point in the history
* Fix dashboard visualization

* Remove TODO from docs
  • Loading branch information
marc-gr authored Mar 9, 2021
1 parent 8efc24c commit 80f99a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 0 additions & 4 deletions filebeat/docs/modules/pensando.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ file to listen for firewall logs sent from the Pensando DSC(s) on port 5514 (def

include::../include/config-option-intro.asciidoc[]

TODO: document the variables from each fileset. If you're describing a variable
that's common to other modules, you can reuse shared descriptions by including
the relevant file. For example:

[float]
==== `dfw` log fileset settings

Expand Down
4 changes: 0 additions & 4 deletions filebeat/module/pensando/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ file to listen for firewall logs sent from the Pensando DSC(s) on port 5514 (def

include::../include/config-option-intro.asciidoc[]

TODO: document the variables from each fileset. If you're describing a variable
that's common to other modules, you can reuse shared descriptions by including
the relevant file. For example:

[float]
==== `dfw` log fileset settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1093,13 +1093,13 @@
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": ""
}
}
},
"savedSearchRefName": "search_0",
"title": "Top Destination IPs [Filebeat Pensando]",
"uiStateJSON": {},
"version": 1,
Expand All @@ -1123,7 +1123,7 @@
"orderBy": "1",
"otherBucket": true,
"otherBucketLabel": "Other",
"size": 10
"size": 25
},
"schema": "segment",
"type": "terms"
Expand Down Expand Up @@ -1152,9 +1152,9 @@
},
"references": [
{
"id": "0d0216f0-2fe0-11e7-9d02-3f49bde5c1d5",
"name": "search_0",
"type": "search"
"id": "filebeat-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
}
],
"type": "visualization",
Expand Down

0 comments on commit 80f99a8

Please sign in to comment.