From f370c51729ad6cc6dcb99a92af197b29a2a6b2ae Mon Sep 17 00:00:00 2001 From: tmartin-s1 <121066578+tmartin-s1@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:52:15 -0400 Subject: [PATCH] Added/updated dashboards and updated the readme --- README.md | 6 +- Splunk Dashboards/dataset_by_example.xml | 47 +- Splunk Dashboards/ingestion_summary.xml | 25 +- .../sentinelone_use_case_query_examples.xml | 27 +- Splunk Dashboards/soc_search_examples.xml | 131 +++++ Splunk Dashboards/splunk_app_usage.xml | 34 +- TA_dataset/default/data/ui/nav/default.xml | 8 + .../data/ui/views/dataset_by_example.xml | 551 +++++++++--------- .../data/ui/views/ingestion_summary.xml | 79 +++ .../sentinelone_use_case_query_examples.xml | 88 +++ .../data/ui/views/soc_search_examples.xml | 131 +++++ .../data/ui/views/splunk_app_usage.xml | 350 +++++++++++ 12 files changed, 1135 insertions(+), 342 deletions(-) create mode 100644 Splunk Dashboards/soc_search_examples.xml create mode 100644 TA_dataset/default/data/ui/views/ingestion_summary.xml create mode 100644 TA_dataset/default/data/ui/views/sentinelone_use_case_query_examples.xml create mode 100644 TA_dataset/default/data/ui/views/soc_search_examples.xml create mode 100644 TA_dataset/default/data/ui/views/splunk_app_usage.xml diff --git a/README.md b/README.md index 90452c00..5e278458 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Security Data Lake Add-On for Splunk -The Security Data Lake Add-On for Splunk provides integration with [Singularity DataLake](https://www.sentinelone.com/platform/xdr-ingestion/) and [DataSet](https://www.dataset.com) by [SentinelOne](https://sentinelone.com). The key functions allow two-way integration: +# Singularity Data Lake Add-On for Splunk +The Singularity Data Lake Add-On for Splunk provides integration with [Singularity DataLake](https://www.sentinelone.com/platform/xdr-ingestion/) and [DataSet](https://www.dataset.com) by [SentinelOne](https://sentinelone.com). The key functions allow two-way integration: - SPL custom command to query directly from the Splunk UI. - Inputs to index alerts as CIM-compliant, or any user-defined query results. - Alert action to send events from Splunk. @@ -60,7 +60,7 @@ The add-on uses Splunk encrypted secrets storage, so admins require `admin_all_o 3. Optionally, configure logging level and proxy information on the associated tabs. 4. Click Save. -5. The included Security Data Lake by Example dashboard can be used to confirm connectivity and also shows example searches to get started. +5. The included Singularity Data Lake by Example dashboard can be used to confirm connectivity and also shows example searches to get started. ## SPL Command The `| dataset` command allows queries against the [DataSet APIs](https://app.scalyr.com/help/api) directly from Splunk's search bar. diff --git a/Splunk Dashboards/dataset_by_example.xml b/Splunk Dashboards/dataset_by_example.xml index 1d4c2eb8..c5343bb8 100644 --- a/Splunk Dashboards/dataset_by_example.xml +++ b/Splunk Dashboards/dataset_by_example.xml @@ -1,5 +1,5 @@