Skip to content

Commit

Permalink
version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachChristensen28 committed Nov 22, 2022
1 parent 1db9e8f commit a1fed74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ZachChristensen28/SA-CrowdstrikeDevices)
[![Splunkbase App](https://img.shields.io/badge/Splunkbase-SA--CrowdstrikeDevices-blue)](https://splunkbase.splunk.com/app/6573)
[![Splunk ES Compatibility](https://img.shields.io/badge/Splunk%20ES%20Compatibility-7.x%20|%206.x-success)](https://splunkbase.splunk.com/app/263)
[![Crowdstrike Add-on Compatibility](https://img.shields.io/badge/Crowdstrike%20Addon%20Compatibility-3.x-success)](https://splunkbase.splunk.com/app/5570)
![Splunk Cloud Compatibility](https://img.shields.io/badge/Splunk%20Cloud%20Ready-Victoria%20|%20Classic-informational?logo=splunk)

This supporting add-on comes with prebuilt content for CrowdStrike device data to be easily used with Splunk Enterprise Security's asset database.
Expand All @@ -26,23 +27,11 @@ Full documentation can be found at [https://splunk-sa-crowdstrike.ztsplunker.com

Info | Description
------|----------
SA-CrowdstrikeDevices | 1.0.3 - [Splunkbase](https://splunkbase.splunk.com/app/6573/) \| [GitHub](https://github.com/ZachChristensen28/SA-CrowdstrikeDevices)
SA-CrowdstrikeDevices | 1.0.4 - [Splunkbase](https://splunkbase.splunk.com/app/6573/) \| [GitHub](https://github.com/ZachChristensen28/SA-CrowdstrikeDevices)
Splunk Enterprise Security Version (Required) | [7.x \| 6.x](https://splunkbase.splunk.com/app/263)
Crowdstrike Devices Add-on (Required) | [3.x](https://splunkbase.splunk.com/app/5570)
Add-on has a web UI | No, this add-on does not contain views.

```text
Version 1.0.3
New
- added cleanup search to remove old/stale devices (#18).
- added search macro for device retention period (#18).
Updated
- updated collection to include last seen field (#18).
- updated lookup generating search to include last time seen (#18).
```

## Issues or Feature Requests

Please open an issue or feature request on [Github](https://github.com/ZachChristensen28/SA-CrowdstrikeDevices/issues).
12 changes: 6 additions & 6 deletions src/SA-CrowdstrikeDevices/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "SA-CrowdstrikeDevices",
"version": "1.0.3"
"version": "1.0.4"
},
"author": [
{
Expand All @@ -27,14 +27,14 @@
},
"commonInformationModels": null,
"license": {
"name": null,
"name": "MIT License",
"text": null,
"uri": null
"uri": "https://opensource.org/licenses/MIT"
},
"privacyPolicy": {
"name": null,
"name": "Splunk Privacy Policy",
"text": null,
"uri": null
"uri": "https://www.splunk.com/en_us/legal/privacy/privacy-policy.html"
},
"releaseNotes": {
"name": "README",
Expand All @@ -48,7 +48,7 @@
},
"SplunkEnterpriseSecuritySuite": {
"version": ">=6.0.0",
"optional": false
"optional": true
}
},
"tasks": [
Expand Down
4 changes: 2 additions & 2 deletions src/SA-CrowdstrikeDevices/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
state_change_requires_restart = false
is_configured = false
state = enabled
build = 2
build = 3

[launcher]
author = ZachTheSplunker
description = This supporting add-on allows device information pulled from Crowdstrike to be used with Splunk Enterprise Security's Asset Database.
version = 1.0.3
version = 1.0.4

[ui]
is_visible = 0
Expand Down

0 comments on commit a1fed74

Please sign in to comment.