Skip to content

Commit 60baaa7

Browse files
Dev 1.1.4 (#23)
* Upgrade to version 1.1.3 due to a packaging/publishing issue on Splunkbase * jump version to 1.1.4 * add Binary file declaration in README for validation processus
1 parent 67ee4c9 commit 60baaa7

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The app is installed
1818

1919
### Installing from file
2020

21-
1. Download latest version of the Splunk App: [TA-opencti-add-on-1.1.2.spl](https://github.com/OpenCTI-Platform/splunk-add-on/releases/download/1.1.2/TA-opencti-add-on-1.1.2.spl)
21+
1. Download latest version of the Splunk App: [TA-opencti-add-on-1.1.4.spl](https://github.com/OpenCTI-Platform/splunk-add-on/releases/download/1.1.4/TA-opencti-add-on-1.1.4.spl)
2222
2. Log in to the Splunk Web UI and navigate to "Apps" and click on "Manage Apps"
2323
3. Click "Install app from file"
24-
4. Choose file and select the "TA-opencti-add-on-1.1.2.spl" file
24+
4. Choose file and select the "TA-opencti-add-on-1.1.4.spl" file
2525
5. Click on Upload
2626
The app is installed
2727

@@ -202,8 +202,3 @@ Logs related to OpenCTI customer alerts are available in the following two log f
202202
```$SPLUNK_HOME/var/log/splunk/opencti_create_incident_modalert.log```
203203

204204
```$SPLUNK_HOME/var/log/splunk/opencti_create_incident_response_modalert.log```
205-
206-
207-
208-
209-

TA-opencti-add-on/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
This is an add-on powered by the Splunk Add-on Builder.
2+
3+
# Binary File Declaration
4+
5+
bin/ta_opencti_add_on/aob_py3/yaml/_yaml.cpython-37m-x86_64-linux-gnu.so: This binary file is provided along with Splunk's Add-on Builder module.
6+
bin/ta_opencti_add_on/aob_py3/markupsafe/_speedups.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
7+
bin/ta_opencti_add_on/aob_py3/simplejson/_speedups.cp37-win_amd64.pyd: this file does not require any source code

TA-opencti-add-on/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "TA-opencti-add-on",
8-
"version": "1.1.2"
8+
"version": "1.1.4"
99
},
1010
"author": [
1111
{

TA-opencti-add-on/appserver/static/js/build/globalConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta": {
33
"name": "TA-opencti-add-on",
44
"displayName": "OpenCTI Add-on",
5-
"version": "1.1.2",
5+
"version": "1.1.4",
66
"restRoot": "TA_opencti_add_on",
77
"_uccVersion": "5.39.0",
88
"schemaVersion": "0.0.3"

TA-opencti-add-on/appserver/static/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "TA-opencti-add-on",
5-
"version": "1.1.2",
5+
"version": "1.1.4",
66
"description": "OpenCTI Add-on",
77
"contact": {
88
"name": "Filigran"

TA-opencti-add-on/default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build = 1
77

88
[launcher]
99
author = Filigran
10-
version = 1.1.2
10+
version = 1.1.4
1111
description = Add-on for OpenCTI
1212

1313
[ui]

0 commit comments

Comments
 (0)