-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zach Christensen <23529374+ZachChristensen28@users.noreply.github.com>
- Loading branch information
1 parent
adef32b
commit 8d12c97
Showing
45 changed files
with
385 additions
and
661 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
name: docs | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- master | ||
paths: | ||
- "docs/**" | ||
- "mkdocs.yml" | ||
- "overrides/**" | ||
|
||
jobs: | ||
call-docs-workflow: | ||
uses: ZachChristensen28/splunk-github-wfa/.github/workflows/docs.yml@main | ||
with: | ||
config-path: docs/requirements.txt | ||
publish: | ||
name: Publish to retype branch | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: retypeapp/action-build@latest | ||
- uses: retypeapp/action-github-pages@latest | ||
with: | ||
update-branch: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ __pycache__/ | |
venv | ||
.idea | ||
Pipfile** | ||
retype.manifest | ||
.retype/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 4 additions & 9 deletions
13
docs/reference/asset-mapping.md → docs/components/asset-mapping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Category | ||
# Category Field | ||
|
||
## Default category field mapping | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
order: -4 | ||
icon: tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Business Unit Field (bunit) | ||
|
||
!!! info "To update the `bunit` field modify the `Crowdstrike Devices Lookup - Gen` saved search. It is recommended to clone the default search before making changes (see [Clone Saved Search](../best-practice/clone-search))." | ||
!!!infoTo update the `bunit` field modify the `Crowdstrike Devices Lookup - Gen` saved search. It is recommended to clone the default search before making changes (see [Clone Saved Search](clone-search.md)) | ||
!!! | ||
|
||
The bunit field will most likely need to be updated. Every organization will have different values for this field. See [Asset Mappings](/reference/asset-mapping) for description of the default fields used. | ||
The bunit field will most likely need to be updated. Every organization will have different values for this field. See [Asset Mappings](/components/asset-mapping.md) for description of the default fields used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Category Field | ||
|
||
!!! info "To update the `category` field modify the `Crowdstrike Devices Lookup - Gen` saved search. It is recommended to clone the default search before making changes (see [Clone Saved Search](../best-practice/clone-search))." | ||
!!!info To update the `category` field modify the `Crowdstrike Devices Lookup - Gen` saved search. It is recommended to clone the default search before making changes (see [Clone Saved Search](clone-search.md)). | ||
!!! | ||
|
||
The category field by default includes many important fields. Most will find that the default configuration for this field will work for their needs. | ||
|
||
This field is an eval statement with multiple functions to map and clean field values. See the [Category Field reference](../../reference/category) for full field mappings and example values. | ||
This field is an eval statement with multiple functions to map and clean field values. See the [Category Field reference](/components/category.md) for full field mappings and example values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docs/configure/best-practice/clone-search.md → docs/configure/clone-search.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
--- | ||
order: -3 | ||
icon: gear | ||
label: Advanced Configurations | ||
--- | ||
|
||
# Configure | ||
|
||
Each field can be customized to fit your environment. The following fields should be examined and tailored to your data. | ||
|
||
!!! info "It is recommended to clone the default search before making changes (see [Clone Saved Search](./best-practice/clone-search))." | ||
!!!success It is recommended to clone the default search before making changes (see [Clone Saved Search](clone-search.md)). | ||
!!! | ||
|
||
- [Update Priority](./priority) | ||
- [Update Category](./category) | ||
- [Update Business Unit](./bunit) | ||
- [Update Schedule](./schedule.md) | ||
- [Update Cleanup](./cleanup.md) | ||
- [Update Priority](priority.md) <small>(recommended)</small> | ||
- [Update Category](category.md) | ||
- [Update Business Unit](bunit.md) | ||
- [Update Cleanup](cleanup.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,37 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
icon: home | ||
label: Home | ||
--- | ||
# Home | ||
|
||
![Image title](./assets/sa-crowdstrike-logo.svg#only-light){ class="ignore-image" } | ||
![Image title](./assets/sa-crowdstrike-logo-dark.svg#only-dark){ class="ignore-image" } | ||
![](/static/sa-crowdstrike-hero.webp) | ||
|
||
The SA-CrowdstrikeDevices add-on allows Splunk Enterprise Security admins to use Crowdstrike device data with the Asset Database. | ||
# Welcome to the Docs! | ||
|
||
__Example Output__ | ||
![SA-CrowdstrikeDevices Example](/assets/sa-crowdstrike-example-dark.png#only-dark) | ||
![SA-CrowdstrikeDevices Example](/assets/sa-crowdstrike-example-light.png#only-light) | ||
The SA-CrowdstrikeDevices add-on allows Splunk Enterprise Security admins to use [CrowdStrike<small>:icon-link-external:</small>][crowdstrike]{ target="blank" } device data with the Asset Database. This documentation will cover the components used in the add-on and advanced configurations. | ||
|
||
!!! important "This Supporting add-on is only intended to work with [Splunk Enterprise Security](https://splunkbase.splunk.com/app/263) deployments." | ||
!!!danger Important | ||
This Supporting add-on is only intended to work with [Splunk Enterprise Security<small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/263){ target="blank" } deployments. | ||
!!! | ||
|
||
!!! quote "" | ||
__*Disclaimer*__ | ||
|
||
*This Splunk Supporting Add-on is __not__ affiliated with [__Crowdstrike, Inc.__](https://www.crowdstrike.com) and is not sponsored or sanctioned by the Crowdstrike team. As such, the included documentation does not contain information on how to get started with Crowdstrike. Rather, this documentation serves as a guide to use Crowdstrike device data with Splunk Enterprise Security. Please visit [https://www.crowdstrike.com](https://www.crowdstrike.com) for more information about Crowdstrike.* | ||
> __*Disclaimer*__ | ||
> | ||
> *This Splunk Supporting Add-on is __not__ affiliated with [__Crowdstrike, Inc.__<small>:icon-link-external:</small>][crowdstrike]{ target="blank" } and is not sponsored or sanctioned by the Crowdstrike team. As such, the included documentation does not contain information on how to get started with Crowdstrike. Rather, this documentation serves as a guide to use Crowdstrike device data with Splunk Enterprise Security. Please visit [https://www.crowdstrike.com<small>:icon-link-external:</small>][crowdstrike]{ target="blank" } for more information about Crowdstrike.* | ||
## Assumptions | ||
|
||
This documentation assumes the following: | ||
|
||
1. You have a working Splunk Enterprise Security environment. __This add-on is not intended to work without Splunk ES.__ | ||
2. You already have Crowdstrike device data ingested using the [Crowdstrike Devices technical add-on](https://splunkbase.splunk.com/app/5570). | ||
2. You already have Crowdstrike device data ingested using the [Crowdstrike Devices technical add-on<small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/5570){ target="blank" }. | ||
3. Familiarity with setting up a new Asset source in Enterprise Security. | ||
|
||
## About | ||
|
||
Info | Description | ||
------|---------- | ||
SA-CrowdstrikeDevices | 1.1.1 - [Splunkbase](https://splunkbase.splunk.com/app/6573) \| [GitHub](https://github.com/ZachChristensen28/SA-CrowdstrikeDevices/releases/tag/v1.1.1) | ||
Splunk Enterprise Security Version <small>(Required)</small> | [7.x \| 6.x](https://splunkbase.splunk.com/app/263) | ||
Crowdstrike Devices Add-on <small>(Required)</small> | [3.x](https://splunkbase.splunk.com/app/5570) | ||
SA-CrowdstrikeDevices | 1.1.1 - [Splunkbase<small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/6573){ target="blank" } \| [GitHub<small>:icon-link-external:</small>](https://github.com/ZachChristensen28/SA-CrowdstrikeDevices/releases/tag/v1.1.1){ 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" } | ||
Crowdstrike Devices Add-on <small>(Required)</small> | [3.x<small>:icon-link-external:</small>](https://splunkbase.splunk.com/app/5570){ target="blank" } | ||
Add-on has a web UI | No, this add-on does not contain views. | ||
|
||
[Quick Start](quickstart/prerequisites){ .md-button .md-button--primary } | ||
[crowdstrike]: https://www.crowdstrike.com |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.