Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 272ed84

Browse files
committed
chore: Release 8.0.0
2 parents 118f94b + 777dcbc commit 272ed84

File tree

1,937 files changed

+154092
-285128
lines changed

Some content is hidden

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

1,937 files changed

+154092
-285128
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Create docker version tag
124124
id: versiontag
125125
if: needs.release.result == 'success' && needs.release.outputs.new_release_published == 'true'
126-
run: echo "::set-output name=versiontag::${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_release_version }}"
126+
run: echo "versiontag=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_release_version }}" >> $GITHUB_OUTPUT
127127

128128
- name: Login to Container registry
129129
uses: docker/login-action@v1

Splunk_TA_paloalto/README/inputs.conf.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[autofocus_export://<name>]
22
label =
33
interval =
4+
python.version = python3
45

56
[aperture://<name>]
67
global_account =
78
region =
9+
python.version = python3
810

911
[minemeld_feed://<name>]
1012
feed_url =
1113
indicator_timeout =
1214
credentials =
15+
python.version = python3
1316

1417
[iot_security://<name>]
1518
customer_id =
@@ -18,6 +21,7 @@ secret_access_key =
1821
python.version = python3
1922

2023
[cortex_xdr://<name>]
24+
python.version = python3
2125
xdr_tenant = Value can be found in Cortex XDR URL: https://<tenantname>.xdr.<tenantregion>.paloaltonetworks.com/
2226
xdr_region = Value can be found in Cortex XDR URL: https://<tenantname>.xdr.<tenantregion>.paloaltonetworks.com/
2327
xdr_key_id = API key should have "Advanced" security level with a role of "Viewer"

Splunk_TA_paloalto/appserver/static/js/build/1.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Splunk_TA_paloalto/appserver/static/js/build/4.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Splunk_TA_paloalto/appserver/static/js/build/entry_page.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Splunk_TA_paloalto/appserver/static/js/build/globalConfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"name": "Splunk_TA_paloalto",
44
"displayName": "Palo Alto Networks Add-on",
55
"version": "0.0.0-develop",
6-
"apiVersion": "3.0.0",
76
"restRoot": "Splunk_TA_paloalto",
8-
"schemaVersion": "0.0.2"
7+
"schemaVersion": "0.0.3"
98
},
109
"pages": {
1110
"configuration": {
@@ -867,4 +866,4 @@
867866
]
868867
}
869868
}
870-
}
869+
}

Splunk_TA_paloalto/appserver/static/js/setup.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

Splunk_TA_paloalto/bin/retrieveAfTags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def save_to_kvstore(all_tags, skey, stats):
146146
_uri() + '/batch_save',
147147
data=json.dumps(all_tags[i:i+500]),
148148
headers=_headers(skey),
149-
verify=False)
149+
verify=True)
150150

151151

152152
def _uri():

Splunk_TA_paloalto/bin/splunk_ta_paloalto/aob_py2/_dummy_thread/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

Splunk_TA_paloalto/bin/splunk_ta_paloalto/aob_py2/_markupbase/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)