Skip to content

Commit 4ca28a0

Browse files
committed
[UPD] Updated to IRIS interface v1.2.0
1 parent 60fc3d8 commit 4ca28a0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

iris_evtx/IrisEVTXModConfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
module_name = "Evtx2Splunk"
2222
module_description = "Provides handling of Windows EVTX files and ingest them into Splunk"
23-
interface_version = 1.1
24-
module_version = 1.1
23+
interface_version = "1.2.0"
24+
module_version = "1.2.0"
2525
pipeline_support = True
2626
pipeline_info = {
2727
"pipeline_internal_name": "evtx_pipeline",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ setuptools~=46.1.3
22
celery~=4.4.7
33
pyunpack~=0.2.2
44
evtx2splunk~=2.0.1
5-
dependencies/iris_interface-0.1-py3-none-any.whl
5+
iris_interface==1.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setuptools.setup(
2626
name='iris_evtx',
27-
version='1.1',
27+
version='1.2.0',
2828
packages=['iris_evtx'],
2929
author="Airbus CyberSecurity",
3030
author_email="ir@cyberactionlab.net",

0 commit comments

Comments
 (0)