Skip to content

Commit 62edb0a

Browse files
Dev 1.1.1 (#16)
* Added support for SHC replication * #15 --------- Co-authored-by: Jason Maurath <[email protected]>
1 parent 792b262 commit 62edb0a

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 2 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.0.spl](https://github.com/OpenCTI-Platform/splunk-add-on/releases/download/1.1.0/TA-opencti-add-on-1.1.0.spl)
21+
1. Download latest version of the Splunk App: [TA-opencti-add-on-1.1.1.spl](https://github.com/OpenCTI-Platform/splunk-add-on/releases/download/1.1.1/TA-opencti-add-on-1.1.1.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.0.spl" file
24+
4. Choose file and select the "TA-opencti-add-on-1.1.1.spl" file
2525
5. Click on Upload
2626
The app is installed
2727

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.0"
8+
"version": "1.1.1"
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.0",
5+
"version": "1.1.1",
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.0",
5+
"version": "1.1.1",
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.0
10+
version = 1.1.1
1111
description = Add-on for OpenCTI
1212

1313
[ui]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[shclustering]
2-
conf_replication_include.addon_builder = true
2+
conf_replication_include.addon_builder = true
3+
conf_replication_include.ta_opencti_add_on_settings = true
4+
conf_replication_include.inputs = true

0 commit comments

Comments
 (0)