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/ti_maltiverse/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.2.1-next"
changes:
- description: Remove dotted YAML keys.
type: bugfix
link: https://github.com/elastic/integrations/pull/7804
- version: "0.2.0"
changes:
- description: Add support for HTTP request trace logging.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ start: true
destination_index_template:
settings:
index:
sort.field:
- "@timestamp"
sort.order:
- desc
sort:
field:
- "@timestamp"
order:
- desc
3 changes: 2 additions & 1 deletion packages/ti_maltiverse/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ type: integration
format_version: 2.9.0
categories: ["security", "threat_intel"]
conditions:
kibana.version: ^8.8.0
kibana:
version: ^8.8.0
icons:
- src: /img/logo-maltiverse.svg
title: Maltiverse
Expand Down