Skip to content

Commit

Permalink
mongodb: fix mongodb-search
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek committed Jan 18, 2021
1 parent 12c8df3 commit 858ecb1
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb/kibana/search/mongodb-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"title": "MongoDB search",
"version": 1
},
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"migrationVersion": {
"search": "7.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/kibana/visualization/mongodb-asserts.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/kibana/visualization/mongodb-hosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
],
"references": [
{
"id": "mongodb-MongoDB-search",
"id": "mongodb-search",
"name": "search_0",
"type": "search"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb
title: MongoDB
version: 0.2.7
version: 0.2.8
description: MongoDB Integration
type: integration
categories:
Expand All @@ -14,7 +14,7 @@ format_version: 1.0.0
license: basic
release: experimental
conditions:
kibana.version: '^7.9.0'
kibana.version: '^7.11.0'
screenshots:
- src: /img/filebeat-mongodb-overview.png
title: filebeat mongodb overview
Expand Down

0 comments on commit 858ecb1

Please sign in to comment.