Skip to content

Commit 4200510

Browse files
authored
Pin the Windows TA Version in Updater (#4203)
1 parent 824e093 commit 4200510

99 files changed

Lines changed: 103 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/datasource-dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
echo "Updating data source supported_TA and repo install.yml app versions"
3333
contentctl-ng update-data-source-tas --content-dirs .
34+
35+
# TODO: Remove this when we are fully compatible with the latest version of the Windows TA
36+
# Temporarily roll back any automated updates to the Windows TA because we intentionally
37+
# want to pin to the current version.
38+
git checkout -- $(grep -rl "https://splunkbase.splunk.com/app/742" data_sources/)
3439
echo "Changed data source and install.yml files:"
3540
git status --short -- data_sources install.yml
3641

data_sources/ntlm_operational_8004.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ separator: EventCode
1111
supported_TA:
1212
- name: Splunk Add-on for Microsoft Windows
1313
url: https://splunkbase.splunk.com/app/742
14-
version: 11.0.0
14+
version: 10.0.1
1515
fields:
1616
- CategoryString
1717
- Channel

data_sources/ntlm_operational_8005.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ separator: EventCode
1111
supported_TA:
1212
- name: Splunk Add-on for Microsoft Windows
1313
url: https://splunkbase.splunk.com/app/742
14-
version: 11.0.0
14+
version: 10.0.1
1515
fields:
1616
- CategoryString
1717
- Channel

data_sources/ntlm_operational_8006.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ separator: EventCode
1111
supported_TA:
1212
- name: Splunk Add-on for Microsoft Windows
1313
url: https://splunkbase.splunk.com/app/742
14-
version: 11.0.0
14+
version: 10.0.1
1515
fields:
1616
- CategoryString
1717
- Channel

data_sources/powershell_script_block_logging_4104.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ separator_value: '4104'
1818
supported_TA:
1919
- name: Splunk Add-on for Microsoft Windows
2020
url: https://splunkbase.splunk.com/app/742
21-
version: 11.0.0
21+
version: 10.0.1
2222
fields:
2323
- _time
2424
- ActivityID

data_sources/windows_active_directory_admon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sourcetype: ActiveDirectory
1616
supported_TA:
1717
- name: Splunk Add-on for Microsoft Windows
1818
url: https://splunkbase.splunk.com/app/742
19-
version: 11.0.0
19+
version: 10.0.1
2020
fields:
2121
- _time
2222
- Guid

data_sources/windows_event_log_application_15457.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ separator: EventCode
1111
supported_TA:
1212
- name: Splunk Add-on for Microsoft Windows
1313
url: https://splunkbase.splunk.com/app/742
14-
version: 11.0.0
14+
version: 10.0.1
1515
fields:
1616
- CategoryString
1717
- Channel

data_sources/windows_event_log_application_17135.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ separator: EventCode
1111
supported_TA:
1212
- name: Splunk Add-on for Microsoft Windows
1313
url: https://splunkbase.splunk.com/app/742
14-
version: 11.0.0
14+
version: 10.0.1
1515
fields:
1616
- CategoryString
1717
- Channel

data_sources/windows_event_log_application_2282.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ separator: EventCode
1616
supported_TA:
1717
- name: Splunk Add-on for Microsoft Windows
1818
url: https://splunkbase.splunk.com/app/742
19-
version: 11.0.0
19+
version: 10.0.1
2020
fields:
2121
- _time
2222
- Channel

data_sources/windows_event_log_application_3000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ separator_value: '3000'
1717
supported_TA:
1818
- name: Splunk Add-on for Microsoft Windows
1919
url: https://splunkbase.splunk.com/app/742
20-
version: 11.0.0
20+
version: 10.0.1
2121
fields:
2222
- _time
2323
- Channel

0 commit comments

Comments
 (0)