From 23035523f0492a32019ab0e54c480a81e94bcd13 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:14:56 -0800 Subject: [PATCH 1/2] bump version in prep for release --- contentctl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentctl.yml b/contentctl.yml index 8454bd903d..90a0113452 100644 --- a/contentctl.yml +++ b/contentctl.yml @@ -3,7 +3,7 @@ app: uid: 3449 title: ES Content Updates appid: DA-ESS-ContentUpdate - version: 4.43.0 + version: 4.44.0 description: Explore the Analytic Stories included with ES Content Updates. prefix: ESCU label: ESCU From 3a7575ca64a4f66d836330a47964107da87aab23 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:54:11 -0800 Subject: [PATCH 2/2] update default.meta to remove stanzas that do not need to be present. these stanzas cause splunk to say it needs to be restarted after escu is installed --- app_template/metadata/default.meta | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app_template/metadata/default.meta b/app_template/metadata/default.meta index 7d1374800b..6b46abd6ad 100644 --- a/app_template/metadata/default.meta +++ b/app_template/metadata/default.meta @@ -5,19 +5,3 @@ export = system [savedsearches] owner = admin - -## Correlation Searches -[correlationsearches] -access = read : [ * ], write : [ * ] - -[governance] -access = read : [ * ], write : [ * ] - -## Managed Configurations -[managed_configurations] -access = read : [ * ], write : [ * ] - -## Postprocess -[postprocess] -access = read : [ * ], write : [ * ] -