Skip to content

Commit

Permalink
Osquery Manager - add support for Kibana 9.0.0 (#12821)
Browse files Browse the repository at this point in the history
* Add support for Kibana 9.0.0

* Proper PR link
  • Loading branch information
szwarckonrad authored Feb 18, 2025
1 parent c16baef commit 1689d38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/osquery_manager/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12821
- version: "1.15.0"
changes:
- description: Add mappings for ECS email fields
Expand Down
4 changes: 2 additions & 2 deletions packages/osquery_manager/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
format_version: 3.0.0
name: osquery_manager
title: Osquery Manager
version: 1.15.0
version: 1.16.0
description: Deploy Osquery with Elastic Agent, then run and schedule queries in Kibana
type: integration
categories:
- security
conditions:
kibana:
version: ^8.16.0
version: "^8.16.0 || ^9.0.0"
elastic:
capabilities:
- security
Expand Down

0 comments on commit 1689d38

Please sign in to comment.