Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions splunk_add_on_ucc_framework/global_config_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def handle_global_config_update(
# Make sure as you add new migrations here that you also update
# allowed_versions_of_schema_version above


def _dump_with_migrated_tabs(global_config: GlobalConfig, path: str) -> None:
for i, tab in enumerate(
global_config.content.get("pages", {}).get("configuration", {}).get("tabs", [])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ payload_format = json
icon_path = alerticon.png
label = Test Alert Default
description = Description for test Alert Action
param._cam = {"task": ["Create"], "subject": ["endpoint"], "category": ["Information Portrayal"], "technology": [{"version": ["1.0.0"], "product": "Test Incident Update", "vendor": "Splunk"}], "drilldown_uri": "search?q=search%20index%3D\"_internal\"&earliest=0&latest=", "supports_cloud": true}
param._cam = {"task": ["Create"], "subject": ["endpoint"], "category": ["Information Portrayal"], "technology": [{"version": ["1.0.0"], "product": "Test Incident Update", "vendor": "Splunk"}], "drilldown_uri": "search?q=search%20index%3D\"_internal\"&earliest=0&latest="}
param.name = xyz
python.version = python3
python.required = 3.7, 3.13
Expand Down
Loading