Pushed by: admin License: 89QX0SD0E99T (Enterprise) Timestamp: 2026-04-07T21:55:22.034323masterdev
parent
09a462c186
commit
01d3c2c656
@ -0,0 +1,2 @@
|
|||||||
|
/*! For license information please see 629.629.1e7d2e488444f0a4c3d8.js.LICENSE.txt */
|
||||||
|
"use strict";(self.webpackChunksplunk_data_management=self.webpackChunksplunk_data_management||[]).push([[629],{1629:(e,a,t)=>{t.r(a),t.d(a,{default:()=>f});var n,r,l,i,o=t(7528),c=t(6540),s=t(605),m=t(2709),u=t(3209),d=t(5757),p=t(4687),h=t.n(p),b=t(9211);const g=(0,s.default)(m.p)(n||(n=(0,o.A)(["\n p {\n max-width: 60ch;\n }\n"]))),k=(0,u.t)(r||(r=(0,o.A)(["There are no Data Management capabilities currently available to you. \nFor more information, see the [troubleshooting documentation](","}).\n"])),(0,b.createURL)("help?product=EdgeProcessor&location=ep_enterprise.service")),v=(0,s.createGlobalStyle)(l||(l=(0,o.A)(['\n [role="main"] > div > div {\n height: 100%;\n }\n']))),f=()=>c.createElement(g,{errorCode:204,title:(0,u.t)(i||(i=(0,o.A)(["No Data Management capabilities available"])))},c.createElement(v,null),c.createElement(h(),{text:k,linkRenderer:d.R}))}}]);
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,24 @@
|
|||||||
|
<%! app_name = "splunk-data-management" %><!DOCTYPE html>
|
||||||
|
<html class="no-js" lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
|
<link rel="stylesheet" href="/en-US/splunkd/__raw/servicesNS/nobody/${app_name}/static/global.css" />
|
||||||
|
<title>Data Management</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<script src="${make_url('/config?autoload=1')}" crossorigin="use-credentials"></script>
|
||||||
|
<script src="${make_url('/static/js/i18n.js')}"></script>
|
||||||
|
<script src="${make_url('/i18ncatalog?autoload=1')}"></script>
|
||||||
|
<% app_assets_path="/static/app/" + app_name %>
|
||||||
|
<% page_path=app_assets_path + "/pages/" + page + ".js" %>
|
||||||
|
<script>
|
||||||
|
__splunkd_partials__ = ${json_decode(splunkd)};
|
||||||
|
__app_assets_path__ = "${make_url(app_assets_path)}";
|
||||||
|
</script>
|
||||||
|
<script src="${make_url(page_path)}"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
[ui]
|
||||||
|
is_visible = 1
|
||||||
|
label = Data Management
|
||||||
|
supported_themes = light, dark
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
author = Splunk
|
||||||
|
version = 1.1.0
|
||||||
|
|
||||||
|
[package]
|
||||||
|
check_for_updates = 0
|
||||||
|
|
||||||
|
[install]
|
||||||
|
is_configured = 1
|
||||||
|
build = 1
|
||||||
@ -0,0 +1,46 @@
|
|||||||
|
#########################
|
||||||
|
##### CAPABILITIES #####
|
||||||
|
#########################
|
||||||
|
[capability::edit_data_management_pipeline]
|
||||||
|
[capability::edit_data_management_pipeline_job]
|
||||||
|
[capability::preview_data_management_pipeline]
|
||||||
|
|
||||||
|
#########################
|
||||||
|
######## ROLES #########
|
||||||
|
#########################
|
||||||
|
[role_admin]
|
||||||
|
edit_data_management_pipeline = enabled
|
||||||
|
edit_data_management_pipeline_job = enabled
|
||||||
|
preview_data_management_pipeline = enabled
|
||||||
|
|
||||||
|
[role_data_management_admin]
|
||||||
|
# ==== Subsumed roles ====
|
||||||
|
importRoles = user
|
||||||
|
# ==== DM Capabilities ====
|
||||||
|
edit_data_management_edgeprocessor = enabled
|
||||||
|
provision_data_management_agent = enabled
|
||||||
|
edit_data_management_pipeline = enabled
|
||||||
|
list_spl2_modules = enabled
|
||||||
|
edit_spl2_modules = enabled
|
||||||
|
edit_spl2_datasets = enabled
|
||||||
|
edit_data_management_pipeline_job = enabled
|
||||||
|
preview_data_management_pipeline = enabled
|
||||||
|
edit_tokens_all = enabled
|
||||||
|
# ==== Other Capabilities ====
|
||||||
|
list_settings = enabled
|
||||||
|
edit_sourcetypes = enabled
|
||||||
|
|
||||||
|
# ==== Other settings ====
|
||||||
|
srchIndexesAllowed = *;_audit;_internal;_metrics;
|
||||||
|
|
||||||
|
[role_data_management_agent]
|
||||||
|
# ==== Subsumed roles ====
|
||||||
|
# ==== Capabilities ====
|
||||||
|
edit_data_management_agent = enabled
|
||||||
|
# ==== Other settings ====
|
||||||
|
|
||||||
|
[role_data_management_agent_spl2]
|
||||||
|
list_spl2_modules = enabled
|
||||||
|
edit_spl2_modules = enabled
|
||||||
|
edit_spl2_datasets = enabled
|
||||||
|
search = enabled
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
<nav>
|
||||||
|
<view name="dm-home" default="true"/>
|
||||||
|
</nav>
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<view template="splunk-data-management:/templates/index.html" type="html" isDashboard="False">
|
||||||
|
<label>Data Management</label>
|
||||||
|
</view>
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
# Application-level permissions
|
||||||
|
[]
|
||||||
|
access = read : [ admin, sc_admin, data_management_admin ], write : [ admin, sc_admin, data_management_admin ]
|
||||||
|
export = none
|
||||||
|
|
||||||
|
[views/dm-home]
|
||||||
|
export = system
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 139 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Splunk Platform Sans';
|
||||||
|
src: url('splunkdatasans-regular.woff2') format('woff2');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Splunk Platform Mono';
|
||||||
|
src: url('inconsolata-regular.woff') format('woff');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Splunk Platform Sans';
|
||||||
|
src: url('splunkdatasans-bold.woff2') format('woff2');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Splunk Platform Sans';
|
||||||
|
src: url('splunkdatasans-semibold.woff2') format('woff2');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue