Skip to content

Commit cb320b7

Browse files
Merge pull request #13 from jimmyatSplunk/analysis-modular-input-fix
Update add-on to version 3.0.4
2 parents 2d5f796 + f4616c0 commit cb320b7

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

TA-bigfix.aob_meta

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

aob_events_in_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

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-bigfix",
8-
"version": "3.0.3"
8+
"version": "3.0.4"
99
},
1010
"author": [
1111
{

bin/input_module_bigfix_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def collect_events(helper, ew):
2828

2929
opt_url_start=opt_root_url + ":" + opt_rest_api_port + "/api/query?output=json&relevance="
3030

31-
query='(%22analysis_id%3D%22+%2526+item+2+of+it+as+string%2C+%22analysis_name%3D%22+%2526+item+1+of+it%2C+%22property_name%3D%22+%2526+item+1+of+item+0+of+it%2C%22property_value%3D%22+%2526+item+0+of+item+0+of+item+0+of+it%2C+%22nt_host%3D%22+%2526+item+1+of+item+0+of+item+0+of+it%2C+%22client_id%3D%22+%2526+item+2+of+item+0+of+item+0+of+it+as+string%2C+%22site_name%3D%22+%2526+item+3+of+it)+of+((((values+of+it%2C+names+of+computer+of+it%2C+id+of+computer+of+it)+of+results+whose+(id+of+computer of+it+mod+SETS+%3D+RESULT)+of+it%2C+name+of+it)+of+properties+of+it)+of+it%2C+name+of+it%2C+id+of+it%2C+name+of+site+of+it)+of+bes+analysis+whose+((id+of+it+is+ANALYSISID)+AND+(name+of+site+of+it+is+%22SITENAME%22))'.replace("SETS", opt_sets).replace("ANALYSISID",opt_analysis_id).replace("SITENAME",opt_analysis_site_name)
31+
query='(%22analysis_id%3D%22+%26+item+2+of+it+as+string%2C+%22analysis_name%3D%22+%26+item+1+of+it%2C+%22property_name%3D%22+%26+item+1+of+item+0+of+it%2C%22property_value%3D%22+%26+item+0+of+item+0+of+item+0+of+it%2C+%22nt_host%3D%22+%26+item+1+of+item+0+of+item+0+of+it%2C+%22client_id%3D%22+%26+item+2+of+item+0+of+item+0+of+it+as+string%2C+%22site_name%3D%22+%26+item+3+of+it)+of+((((values+of+it%2C+names+of+computer+of+it%2C+id+of+computer+of+it)+of+results+whose+(id+of+computer of+it+mod+SETS+%3D+RESULT)+of+it%2C+name+of+it)+of+properties+of+it)+of+it%2C+name+of+it%2C+id+of+it%2C+name+of+site+of+it)+of+bes+analysis+whose+((id+of+it+is+ANALYSISID)+AND+(name+of+site+of+it+is+%22SITENAME%22))'.replace("SETS", opt_sets).replace("ANALYSISID",opt_analysis_id).replace("SITENAME",opt_analysis_site_name)
3232

3333
urlb=opt_url_start + query
3434

default/addon_builder.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file is generated by add-on builder automatically
22
# please do not edit it
33
[base]
4-
builder_version = 4.0.0
4+
builder_version = 4.1.0
55
builder_build = 0
66
is_edited = 1
77

default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
state_change_requires_restart = false
44
is_configured = 0
55
state = enabled
6-
build = 2
6+
build = 3
77

88
[launcher]
99
author = Jimmy Maple
10-
version = 3.0.3
10+
version = 3.0.4
1111
description = Technical add-on for ingesting data from HCL BigFix into Splunk
1212

1313
[ui]

default/data/ui/nav/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<view name="configuration"/>
44
<view name="assets" label="Asset List"/>
55
<view name="search" label="Search"/>
6-
</nav>
6+
</nav>

0 commit comments

Comments
 (0)