Skip to content

Commit

Permalink
ti_threatconnect: add query to dashboard to avoid duplicates (#12106)
Browse files Browse the repository at this point in the history
Updated the base query to only use the latest index so indicators are not 
counted twice for all the panels in the dashboard. Updated one visualization
label to show its unique indicators being counted.
  • Loading branch information
GShepherdTC authored Jan 3, 2025
1 parent 06144b4 commit 9725499
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/ti_threatconnect/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.7.0"
changes:
- description: Add in filter for dashboard to only show latest indicators.
type: enhancement
link: https://github.com/elastic/integrations/pull/12106
- version: "1.6.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
],
"query": {
"language": "kuery",
"query": ""
"query": "_index : logs-ti_threatconnect_latest.indicator"
}
}
},
Expand Down Expand Up @@ -136,7 +136,7 @@
"customLabel": true,
"dataType": "number",
"isBucketed": false,
"label": "Total Indicators",
"label": "Total Unique Indicators",
"operationType": "count",
"params": {
"emptyAsNull": false
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_threatconnect/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
format_version: 3.0.3
name: ti_threatconnect
title: ThreatConnect
version: "1.6.0"
version: "1.7.0"
description: Collects Indicators from ThreatConnect using the Elastic Agent and saves them as logs inside Elastic
type: integration
categories:
Expand Down

0 comments on commit 9725499

Please sign in to comment.