Skip to content

Commit

Permalink
Merge pull request #57 from ZachChristensen28/development
Browse files Browse the repository at this point in the history
v1.5.0
  • Loading branch information
ZachChristensen28 committed Aug 7, 2021
2 parents d0391eb + 12ccd1a commit fc736f4
Show file tree
Hide file tree
Showing 2,229 changed files with 161,106 additions and 278,049 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@

Info | Description
------|----------
Version | 1.4.3 - See on [Splunkbase](https://splunkbase.splunk.com/app/4538/)
Vendor Product Version | [OPNsense® 21.1](https://opnsense.org/)
Version | 1.5.0 - See on [Splunkbase](https://splunkbase.splunk.com/app/4538/)
Vendor Product Version | [OPNsense® 21.7](https://opnsense.org/)
Add-on has a web UI | No. This add-on does not contain any views.

**NEW:** Try the new [OPNsense App for Splunk](https://github.com/ZachChristensen28/Opnsense_App_for_Splunk)!

The TA-opnsense Add-on allows Splunk data administrators to map the OPNsense® firewall events to the [CIM](https://docs.splunk.com/Splexicon:CommonInformationModel) enabling the data to be used with other Splunk Apps, such as Enterprise Security.

```TEXT
Version 1.4.3
Version 1.5.0
Note:
This version includes the packages for the new version of Add-on builder which may cause API credentials to be lost. After updating to this version, you may have to re-enter the API credentials for the modular inputs to work again.
- deprecating sourcetype "opnsense:access" and moving to "opnsense:audit"
- updated CIM mapping for Authentication events
- updated to latest add-on builder version
- fixed script to initial an upgrade check - #49
- added ability to use a cron schedule for the modular input interval - #52
- added ability to specify port number for modular input - #53
```

## Documentation
Expand Down
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This is an add-on powered by the Splunk Add-on Builder.
# Binary File Declaration
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/pvectorc.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/markupsafe/_speedups.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/cli-32.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/cli-64.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/cli.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/gui-32.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/gui-64.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/TA-opnsense/bin/ta_opnsense/aob_py3/setuptools/gui.exe: this file does not require any source code
4 changes: 2 additions & 2 deletions app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "TA-opnsense",
"version": "1.4.3"
"version": "1.5.0"
},
"author": [
{
Expand Down Expand Up @@ -58,4 +58,4 @@
"targetWorkloads": [
"*"
]
}
}

0 comments on commit fc736f4

Please sign in to comment.