Skip to content

Commit

Permalink
Merge pull request #35 from fastly/release-1.0.35
Browse files Browse the repository at this point in the history
stage changes for 1.0.35
  • Loading branch information
brectanus-sigsci authored Jul 10, 2023
2 parents 97eef39 + 096507d commit fe5548d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion sigsci_TA_for_splunk/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This is an add-on powered by the Splunk Add-on Builder.
/opt/splunk/var/data/tabuilder/package/sigsci_TA_for_splunk/bin/sigsci_ta_for_splunk/aob_py3/setuptools/gui.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/sigsci_TA_for_splunk/bin/sigsci_ta_for_splunk/aob_py3/setuptools/cli-arm64.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/sigsci_TA_for_splunk/bin/sigsci_ta_for_splunk/aob_py3/setuptools/gui-arm64.exe: this file does not require any source code
/opt/splunk/var/data/tabuilder/package/sigsci_TA_for_splunk/bin/sigsci_ta_for_splunk/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/sigsci_TA_for_splunk/bin/sigsci_ta_for_splunk/aob_py3/markupsafe/_speedups.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
2 changes: 1 addition & 1 deletion sigsci_TA_for_splunk/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "sigsci_TA_for_splunk",
"version": "1.0.34"
"version": "1.0.35"
},
"author": [
{
Expand Down
2 changes: 1 addition & 1 deletion sigsci_TA_for_splunk/bin/SigsciRequests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_scheme(self):
For other input types, arguments should be get from input_module. Defining new input types could be easier.
"""
scheme.add_argument(smi.Argument("site_api_name", title="Site API Name",
description="This is the API Name of the site to pull date from. This should not be a URL.",
description="This is the API Name of the site to pull request data from. This should not be a URL.",
required_on_create=True,
required_on_edit=False))
return scheme
Expand Down
4 changes: 2 additions & 2 deletions sigsci_TA_for_splunk/bin/sigsci_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def __init__(
self.global_corp_api_name = global_corp_api_name
self.current_site = current_site
self.event_ids = []
self.user_agent_version = "1.0.34"
self.user_agent_version = "1.0.35"
self.user_agent_string = (
f"TA-sigsci-waf/{self.user_agent_version} "
f"(PythonRequests {requests.__version__})"
)
)
4 changes: 2 additions & 2 deletions sigsci_TA_for_splunk/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
state_change_requires_restart = false
is_configured = 0
state = enabled
build = 11
build = 12

[launcher]
author = Fastly
version = 1.0.34
version = 1.0.35
description = For users of Fastly who would like to enrich their Splunk data with information from Fastly. This app with simple configuration enabled the importing of Events, Activity, and raw request information to Splunk.This is an open source project, no support provided, public repository is available and installation documentation can be found at https://github.com/fastly/sigsci-splunk-app. The best way to report issues with the app is to create an Issue on the github page so that it can be tracked.

[ui]
Expand Down
2 changes: 1 addition & 1 deletion sigsci_TA_for_splunk/sigsci_TA_for_splunk.aob_meta

Large diffs are not rendered by default.

Binary file added sigsci_TA_for_splunk_1_0_35.tgz
Binary file not shown.
Binary file not shown.

0 comments on commit fe5548d

Please sign in to comment.