-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `SearchHeadLevel - Lookup definitions with no lookup file or kvstore collection` - `SearchHeadLevel - User created kvstore collections` - `SearchHeadLevel - Search Queries summary loadjob and savedsearch usage in audit logs` Updated alerts: - `AllSplunkEnterpriseLevel - Splunkd Log Messages Admins Only` - `SearchHeadLevel - Detect bundle pushes no longer occurring` - `SearchHeadLevel - macros in use` - `SearchHeadLevel - Search Messages user level` Updated reports: - `SearchHeadLevel - audit.log - lookup usage` - added regex as the search field sometimes doesn't auto-extract correctly - `SearchHeadLevel - Detect lookups that have not being accessed for a period of time` - added automatic lookups in - `SearchHeadLevel - platform_stats access summary` - criteria update - `SearchHeadLevel - Lookup file owners` - corrections to ensure that automatic lookups are not included - `SearchHeadLevel - Search Queries summary non-exact match` - minor criteria update
- Loading branch information
Showing
5 changed files
with
201 additions
and
27 deletions.
There are no files selected for viewing
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,17 @@ | ||
# This is a basic workflow to generate build | ||
name: "Generate build, run app inspect and update splunklib" | ||
|
||
on: push | ||
|
||
jobs: | ||
pre-release: | ||
name: "Run on push - Add Utilities & App Inspect" | ||
runs-on: "ubuntu-latest" | ||
|
||
steps: | ||
- uses: VatsalJagani/splunk-app-action@v4 | ||
with: | ||
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }} | ||
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }} | ||
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }} | ||
to_make_permission_changes: 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
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
Oops, something went wrong.