Skip to content

Releases: DCSO/TIE-Splunk-TA

3.0.0

31 Jan 13:06
0ea9eb8
Compare
Choose a tag to compare

Release 3.0.0

Added

  • Support for new TIE

Hints

  • Remove DCSO_TIE_AddOn2 with bin/splunk remove app DCSO_TIE_AddOn2 or disable old DCSO_TIE_AddOn in Splunk UI
  • The new TIE AddOn needs DCSO IDM Credentials instead of the old TIE Token

2.0.1

02 Sep 11:29
a730340
Compare
Choose a tag to compare

Release 2.0.1

Bugfix

  • This version fixes a bug related to the "Sequence Number" that caused that requests to the TIE to be answered very slowly or ran into timeouts.

Hint

  • To avoid problems with a sequence number that is too old, the sequence number in the file "local/seq.json" should be replaced with the following number: 10436208951 or the file should be deleted.

2.0.0b1

17 Jun 07:45
8d4636b
Compare
Choose a tag to compare
2.0.0b1 Pre-release
Pre-release

Added

  • Support for Splunk Enterprise v8, which means dropping support for Python v2.7.
    We will not support Python 2 any longer.
  • Possibility to specify ranges when configuring the add-on. For example, severity
    can be specified as 1- to include all but zero, or 2-4 to include only 2, 3,
    and 4, or -5 to include all 5 or lower. Specifying just a number will work as
    before.
  • Logging is now done in a separate file as JSON. This makes it easier to audit the
    AddOn in Splunk itself (using an index).
  • We include a setup.py which can be used to create a Splunk distribution using
    setup.py splunkdist. The resulting TAR or ZIP files can then be used to install
    through Splunk's web interface.
  • The configuration of the Add-On within Splunk's web interface has been a bit
    reorganized and more help has been added.

Initial Version

12 Mar 15:17
Compare
Choose a tag to compare

[1.0.0] - 2019-03-12

Added (for new features)

  • Published Splunk technical addon in version 1.0.0 at github.com