Skip to content

Commit

Permalink
[8.15] [EDR Workflows] Enable JAMF data in Analyzer (#190965) (#191265)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.15`:
- [[EDR Workflows] Enable JAMF data in Analyzer
(#190965)](#190965)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tomasz
Ciecierski","email":"tomasz.ciecierski@elastic.co"},"sourceCommit":{"committedDate":"2024-08-26T10:45:16Z","message":"[EDR
Workflows] Enable JAMF data in Analyzer
(#190965)","sha":"d0e43906154a3f554a5355fe737fa22217f7132a","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Defend
Workflows","release_note:feature","v8.16.0","v8.15.1"],"title":"[EDR
Workflows] Enable JAMF data in
Analyzer","number":190965,"url":"https://github.com/elastic/kibana/pull/190965","mergeCommit":{"message":"[EDR
Workflows] Enable JAMF data in Analyzer
(#190965)","sha":"d0e43906154a3f554a5355fe737fa22217f7132a"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/190965","number":190965,"mergeCommit":{"message":"[EDR
Workflows] Enable JAMF data in Analyzer
(#190965)","sha":"d0e43906154a3f554a5355fe737fa22217f7132a"}},{"branch":"8.15","label":"v8.15.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tomasz Ciecierski <tomasz.ciecierski@elastic.co>
  • Loading branch information
kibanamachine and tomsonpl committed Aug 26, 2024
1 parent d3293f7 commit 0ca8fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const allowedExperimentalValues = Object.freeze({
/**
* Enables experimental JAMF integration data to be available in Analyzer
*/
jamfDataInAnalyzerEnabled: false,
jamfDataInAnalyzerEnabled: true,

/*
* Disables discover esql tab within timeline
Expand Down

0 comments on commit 0ca8fb9

Please sign in to comment.