You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Non pri cef fix (#2641)
* chore(deps): update dependency mkdocs-material to v9.5.42 (#2624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update splunk/addonfactory-test-matrix-action action to v2.1.9 (#2620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: fix CISE_Alarm messages parsing (#2609)
* fix: improve SC4S Dashboard performance (#2592)
* docs: Removed reference of Cisco eStreamer for Splunk app from ASA/FTD doc (#2629)
* docs: Removed reference of Cisco eStreamer for Splunk app
* fix: Updated the regex for non pri cef formated logs such that a '<space>digit' date will be accepted
* Updated the regex with some more constraints
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wojtekzyla <[email protected]>
Co-authored-by: mstopa-splunk <[email protected]>
* chore(deps): update dependency mkdocs-material to v9.5.47 (#2644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: Netapp ontap audit ems support (#2639)
* chore(deps): update dependency mkdocs-material to v9.5.42 (#2624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update splunk/addonfactory-test-matrix-action action to v2.1.9 (#2620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: fix CISE_Alarm messages parsing (#2609)
* fix: improve SC4S Dashboard performance (#2592)
* docs: Removed reference of Cisco eStreamer for Splunk app from ASA/FTD doc (#2629)
* docs: Removed reference of Cisco eStreamer for Splunk app
* feat: Added support for ems logs and fixed the existing classification
* Updated the documentation and made some changes in the parser
* Updating the test file such that all the test cases are passing
* Added support in sc4s lite
* docs: Added the migration precaution in the upgrade.md file
* Removed an addionally created test file and merged my changes to the existing one
* Updated the code to maintain the backward compatibility
* Updated the test-container workflow to set the newly introduced environment variable's value to 'yes' and made some changes in the test vps parser.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wojtekzyla <[email protected]>
Co-authored-by: mstopa-splunk <[email protected]>
* Added juniper log parsing
* Migrated to restricted sqlite
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wojtekzyla <[email protected]>
Co-authored-by: mstopa-splunk <[email protected]>
Co-authored-by: sbylica-splunk <[email protected]>
Co-authored-by: Szymon Bylica <[email protected]>
| ontap:ems| This sourcetype will be assinged only when the environment variable `SC4S_NETAPP_ONTAP_NEW_FORMAT` is not set or is set to 'no'. By default it is unset |
20
+
| netapp:ontap:audit| This sourcetype will be assinged only when the environment variable `SC4S_NETAPP_ONTAP_NEW_FORMAT` is set to 'yes' |
21
+
| netapp:ontap:ems| This sourcetype will be assinged only when the environment variable `SC4S_NETAPP_ONTAP_NEW_FORMAT` is set to 'yes' |
| SC4S_NETAPP_ONTAP_NEW_FORMAT | empty string | (empty/yes) Set to "yes" for the applying the latest changes. Make sure to configure your system to send the logs to a specific port or have a hostname-based configuration |
Copy file name to clipboardExpand all lines: docs/upgrade.md
+3
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ For a step by step guide [see here](./v3_upgrade.md).
18
18
19
19
You may need to migrate legacy log paths or version 1 app-parsers for version 2. To do this, open an issue and attach the original configuration and a compressed pcap of sample data for testing. We will evaluate whether to include the source in an upcoming release.
20
20
21
+
### Upgrade from <3.33.0
22
+
In NetApp ONTAP, the ontap:ems sourcetype has been updated to netapp:ontap:audit, so old logs are now classified under netapp:ontap:audit. Additionally, a new netapp:ontap:ems sourcetype has been introduced. If you upgrade and want these new changes, ensure that you set `SC4S_NETAPP_ONTAP_NEW_FORMAT` environment variable to `yes` and configure your system to send the logs to a specific port or have a hostname-based configuration in place for proper log onboarding into Splunk.
23
+
21
24
### Upgrade from <2.23.0
22
25
23
26
* In VMware vSphere, update the ESX and vCenter sourcetype for add-on compatibility.
0 commit comments