Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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/cassandra/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.2.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are tagging this as enhancement, we should bump the minor version to 1.3.0
Else we should make it a bugfix.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense, Updated.

changes:
- description: Fix dashboard issues.
type: bugfix
link: https://github.com/elastic/integrations/pull/3287
- version: "1.2.2"
changes:
- description: Fix typo in config template for ignoring host enrichment
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"attributes": {
"description": "System Logs Of Cassandra",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [],
"query": {
"language": "kuery",
"query": ""
}
}
},
"optionsJSON": {
"hidePanelTitles": false,
"syncColors": false,
"useMargins": true
},
"panelsJSON": [
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 5,
"i": "c967a957-8c14-4119-8ce9-503854ff6788",
"w": 36,
"x": 0,
"y": 0
},
"panelIndex": "c967a957-8c14-4119-8ce9-503854ff6788",
"panelRefName": "panel_c967a957-8c14-4119-8ce9-503854ff6788",
"type": "visualization",
"version": "7.15.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 17,
"i": "09ad5432-9ed1-4fed-a872-3f1ff8745b41",
"w": 12,
"x": 36,
"y": 0
},
"panelIndex": "09ad5432-9ed1-4fed-a872-3f1ff8745b41",
"panelRefName": "panel_09ad5432-9ed1-4fed-a872-3f1ff8745b41",
"type": "visualization",
"version": "7.15.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 12,
"i": "2df84422-280d-4241-aab7-5f5fb65a5603",
"w": 36,
"x": 0,
"y": 5
},
"panelIndex": "2df84422-280d-4241-aab7-5f5fb65a5603",
"panelRefName": "panel_2df84422-280d-4241-aab7-5f5fb65a5603",
"type": "visualization",
"version": "7.15.0"
},
{
"embeddableConfig": {
"enhancements": {}
},
"gridData": {
"h": 32,
"i": "db26a54d-2a4c-492a-8533-7b0b55dfc0cc",
"w": 48,
"x": 0,
"y": 17
},
"panelIndex": "db26a54d-2a4c-492a-8533-7b0b55dfc0cc",
"panelRefName": "panel_db26a54d-2a4c-492a-8533-7b0b55dfc0cc",
"type": "search",
"version": "7.15.0"
}
],
"timeRestore": false,
"title": "[Logs Cassandra] System Logs",
"version": 1
},
"coreMigrationVersion": "7.15.0",
"id": "cassandra-49e4e6e0-cc54-11ec-8c59-ed6efced90da",
"migrationVersion": {
"dashboard": "7.15.0"
},
"references": [
{
"id": "cassandra-33068620-1f90-11ec-ba68-fbf426daf104",
"name": "c967a957-8c14-4119-8ce9-503854ff6788:panel_c967a957-8c14-4119-8ce9-503854ff6788",
"type": "visualization"
},
{
"id": "cassandra-87490750-1f8e-11ec-ba68-fbf426daf104",
"name": "09ad5432-9ed1-4fed-a872-3f1ff8745b41:panel_09ad5432-9ed1-4fed-a872-3f1ff8745b41",
"type": "visualization"
},
{
"id": "cassandra-49575c60-1f8b-11ec-ba68-fbf426daf104",
"name": "2df84422-280d-4241-aab7-5f5fb65a5603:panel_2df84422-280d-4241-aab7-5f5fb65a5603",
"type": "visualization"
},
{
"id": "cassandra-a7a48e10-1f8a-11ec-ba68-fbf426daf104",
"name": "db26a54d-2a4c-492a-8533-7b0b55dfc0cc:panel_db26a54d-2a4c-492a-8533-7b0b55dfc0cc",
"type": "search"
}
],
"type": "dashboard"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"query": {
"query": "(data_stream.dataset:cassandra.metrics)",
"language": "kuery"
},
"filter": [],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index"
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": "(data_stream.dataset:cassandra.metrics)"
}
}
},
"sort": [
Expand All @@ -34,7 +34,5 @@
"type": "index-pattern"
}
],
"type": "search",
"updated_at": "2021-09-28T06:36:31.099Z",
"version": "WzY4MCwxXQ=="
"type": "search"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"query": {
"query": "data_stream.dataset : \"cassandra.log\" ",
"language": "kuery"
},
"filter": [],
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index"
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
"query": {
"language": "kuery",
"query": "data_stream.dataset : \"cassandra.log\" "
}
}
},
"sort": [
Expand All @@ -40,7 +40,5 @@
"type": "index-pattern"
}
],
"type": "search",
"updated_at": "2021-09-28T11:42:36.076Z",
"version": "WzczNywxXQ=="
"type": "search"
}
Loading