Skip to content

Commit

Permalink
Add missing datastream filters (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Jan 19, 2021
1 parent 29e9ab2 commit 20ea344
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"attributes": {
"description": "Queue depth of STAN channels, summed per channel",
"kibanaSavedObjectMeta": {
"searchSourceJSON": {}
"searchSourceJSON": {
"filter": [],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": "data_stream.dataset: stan.channels"
}
}
},
"title": "Channel Queue Depth [Metrics Stan]",
"uiStateJSON": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"attributes": {
"description": "Number of messages in each channel / subject",
"kibanaSavedObjectMeta": {
"searchSourceJSON": {}
"searchSourceJSON": {
"filter": [],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": "data_stream.dataset: stan.channels"
}
}
},
"title": "Channel Messages [Metrics Stan]",
"uiStateJSON": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/stan/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stan
title: STAN
version: 0.1.0
version: 0.1.1
release: beta
description: STAN Integration
type: integration
Expand Down

0 comments on commit 20ea344

Please sign in to comment.