Skip to content

Commit

Permalink
Merge pull request #38 from splunk/dev-v1.0.2
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
ZachTheSplunker authored Dec 19, 2023
2 parents 9140ae1 + fa0375a commit 03fc8d6
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 49 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/appinspect.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Splunk Appinspect
on:
workflow_dispatch:
# pull_request:
# branches:
# - main
# - master
# paths:
# - "SA-SentinelOneDevices/**"
# types: [opened, ready_for_review]
pull_request:
branches:
- main
- master
paths:
- "SA-SentinelOneDevices/**"
types: [opened, ready_for_review]

jobs:
call-packaging-workflow:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: docs

on:
workflow_dispatch:
# push:
# branches:
# - main
# - master
# paths:
# - "docs/**"
push:
branches:
- main
- master
paths:
- "docs/**"

permissions:
contents: write
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: fossa
on:
workflow_dispatch:
# pull_request:
# branches:
# - main
# - master
# paths:
# - "SA-SentinelOneDevices/**"
# types: [opened, ready_for_review]
pull_request:
branches:
- main
- master
paths:
- "SA-SentinelOneDevices/**"
types: [opened, ready_for_review]

jobs:
fossa-scan:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release
on:
workflow_dispatch:
# push:
# branches:
# - master
# - main
# paths:
# - "SA-SentinelOneDevices/**"
push:
branches:
- master
- main
paths:
- "SA-SentinelOneDevices/**"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This supporting add-on comes with prebuilt content for SentinelOne device data t

Info | Description
------|----------
SA-SentinelOneDevices | 1.0.1 - [Splunkbase](https://splunkbase.splunk.com/app/6612)
SA-SentinelOneDevices | 1.0.2 - [Splunkbase](https://splunkbase.splunk.com/app/6612)
Splunk Enterprise Security Version (Required) | [7.x \| 6.x](https://splunkbase.splunk.com/app/263)
SentinelOne App For Splunk (Required) | [5.1.x](https://splunkbase.splunk.com/app/5433)
Add-on has a web UI | No, this add-on does not contain views.
Expand Down
2 changes: 1 addition & 1 deletion SA-SentinelOneDevices/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Documentation for the APP_NAME add-on can be found at https://splunk-sa-sentinelone.ztsplunker.com.
Documentation for the SA-SentinelOneDevices add-on can be found at https://splunk.github.io/SA-SentinelOneDevices/.
10 changes: 5 additions & 5 deletions SA-SentinelOneDevices/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "SA-SentinelOneDevices",
"version": "1.0.1"
"version": "1.0.2"
},
"author": [
{
Expand All @@ -27,9 +27,9 @@
},
"commonInformationModels": null,
"license": {
"name": "MIT License",
"name": "SPLUNK GENERAL TERMS",
"text": null,
"uri": "https://opensource.org/licenses/MIT"
"uri": "https://www.splunk.com/en_us/legal/splunk-general-terms.html"
},
"privacyPolicy": {
"name": "Splunk Privacy Policy",
Expand All @@ -38,7 +38,7 @@
},
"releaseNotes": {
"name": "README",
"uri": "https://splunk-sa-sentinelone.ztsplunker.com"
"uri": "https://splunk.github.io/SA-SentinelOneDevices/releases/"
}
},
"dependencies": {
Expand All @@ -48,7 +48,7 @@
},
"SplunkEnterpriseSecuritySuite": {
"version": ">=6.0.0",
"optional": false
"optional": true
}
},
"tasks": [
Expand Down
11 changes: 9 additions & 2 deletions SA-SentinelOneDevices/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@
# To make changes, copy the section/stanza you want to change from ./default
# into ../local and edit there.

[author=ZachTheSplunker]
email = zchristensen@splunk.com

[id]
name = SA-SentinelOneDevices
version = 1.0.2

[install]
state_change_requires_restart = false
is_configured = false
state = enabled
build = 5
build = 6

[launcher]
author = ZachTheSplunker
description = The SA-SentinelOneDevices add-on allows Splunk Enterprise Security admins to use SentinelOne device data with the Asset Database.
version = 1.0.1
version = 1.0.2

[ui]
is_visible = 0
Expand Down
1 change: 0 additions & 1 deletion SA-SentinelOneDevices/default/inputs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# into ../local and edit there.

[identity_manager://sentinelone_devices]
blacklist = true
category = sentinelone_devices
description = Device information from SA-SentinelOneDevices.
target = asset
Expand Down
1 change: 1 addition & 0 deletions SA-SentinelOneDevices/default/macros.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
definition = index=sentinelone
iseval = false

# Deprecated
[sa_sentinelone_retention]
definition = "-2d"
iseval = false
16 changes: 7 additions & 9 deletions SA-SentinelOneDevices/default/managed_configurations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
description = Device information generated from SA-SentinelOne Devices.
editable = true
endpoint = /services/data/transforms/lookups/sentinelone_devices
label = SentinelOne Devices Lookup - Gen
label = SA-SentinelOneDevices
lookup_type = search
savedsearch = SentinelOne Devices Lookup - Gen
retention = {\
"disabled": 0,\
"earliestTime": "-2d",\
"timeField": "_last_seen",\
"timeFormat": "%s"\
}\

[setting:sa_sentinelone_index]
endpoint = /services/admin/macros/sa_sentinelone_index
Expand All @@ -18,11 +24,3 @@ description = Configure SA-SentinelOneDevices index definition for the Asset Dat
attribute = definition
attribute_type = string
link = [/manager/$@namespace$/data/macros/sa_sentinelone_index?action=edit|Edit in manager]

[setting:sa_sentinelone_retention]
endpoint = /services/admin/macros/sa_sentinelone_retention
label = SA-SentinelOneDevices Retention
description = Amount of time before a device is removed from the Asset Database.
attribute = definition
attribute_type = string
link = [/manager/$@namespace$/data/macros/sa_sentinelone_retention?action=edit|Edit in manager]
3 changes: 2 additions & 1 deletion SA-SentinelOneDevices/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ search = `sa_sentinelone_index` sourcetype="sentinelone:channel:agents" \
| outputlookup key_field=_key sentinelone_devices \
| stats count

# Deprecated
[SentinelOne Devices Lookup - Cleanup]
disabled = false
disabled = true
cron_schedule = 39 * * * *
description = removes old entries from kvstore lookup: sentinelone_devices
dispatch.earliest_time = -1s
Expand Down
Binary file modified SA-SentinelOneDevices/static/appIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SA-SentinelOneDevices/static/appIconAlt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SA-SentinelOneDevices/static/appIconAlt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SA-SentinelOneDevices/static/appIcon_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed SA-SentinelOneDevices/static/appLogo.png
Binary file not shown.
Binary file removed SA-SentinelOneDevices/static/appLogo_2x.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This documentation assumes the following:

Info | Description
------|----------
SA-SentinelOneDevices | 1.0.1 - [Splunkbase <small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/6612/){ target="blank" }
SA-SentinelOneDevices | 1.0.2 - [Splunkbase <small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/6612/){ target="blank" }
Splunk Enterprise Security Version <small>(Required)</small> | [7.x \| 6.x <small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/263){ target="blank" }
SentinelOne App For Splunk <small>(Required)</small> | [5.1.x <small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/5433){ target="blank" }
Add-on has a web UI | No, this add-on does not contain views.
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Latest release can be found on [Splunkbase <small>:icon-link-external:</small>](

## v1.0.2 [!badge text="LATEST" variant="info" icon="package"]

Released: [December 16, 2023 <small>:icon-link-external:</small>](https://github.com/splunk/SA-SentinelOneDevices/releases/tag/v1.0.2){ target="blank" }
Released: [December 19, 2023 <small>:icon-link-external:</small>](https://github.com/splunk/SA-SentinelOneDevices/releases/tag/v1.0.2){ target="blank" }

+++ Improved :icon-thumbsup:
- [x] Added managed configurations for Splunk Enterprise Security to control retention of lookup file --> [Schedule Search](/start/scheduled-search.md){ target="blank" }
Expand Down
2 changes: 1 addition & 1 deletion docs/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url: splunk.github.io/SA-SentinelOneDevices/

branding:
title: SA-SentinelOneDevices
label: v1.0.1
label: v1.0.2

links:
- text: Splunkbase
Expand Down

0 comments on commit 03fc8d6

Please sign in to comment.