Skip to content

Commit 1ff4561

Browse files
Merge branch 'release/1.0.11'
2 parents 24af59a + 5dbb5e0 commit 1ff4561

12 files changed

Lines changed: 35 additions & 31 deletions

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": "GoatSearch",
8-
"version": "1.0.10"
8+
"version": "1.0.11"
99
},
1010
"author": [
1111
{

bin/goatsearch.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,18 @@ def generate(self):
265265
yield evt
266266

267267
else:
268+
if self.query or self.sid:
269+
self._prepare_event_search()
270+
271+
if self.page:
272+
self.api_limit = int(self.page)
273+
268274
if not self.job_id:
269275
for evt in self.event_log:
270276
yield evt
271277

272278
return
279+
273280
while not self.job_complete:
274281
status_uri = '%s/%s/status' % (
275282
self.baseuri,
@@ -417,6 +424,9 @@ def generate(self):
417424
if latest_seen > 0 and latest_seen == 0:
418425
self.metadata.searchinfo.latest_time = latest_seen
419426

427+
if self.debug:
428+
for evt in self.event_log:
429+
yield evt
420430

421431
def prepare(self):
422432
user = self._metadata.searchinfo.username
@@ -447,10 +457,4 @@ def prepare(self):
447457
# it could be a variable for a coming feature.
448458
self.search_context = 'default_search'
449459

450-
if self.query or self.sid:
451-
self._prepare_event_search()
452-
453-
if self.page:
454-
self.api_limit = int(self.page)
455-
456460
dispatch(goatsearch, sys.argv, sys.stdin, sys.stdout, __name__)

default/app.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# app.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# app.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015
@@ -13,17 +13,17 @@ email = paul@visicoretech.com
1313

1414
[id]
1515
name = GoatSearch
16-
version = 1.0.10
16+
version = 1.0.11
1717

1818
[install]
19-
build = 38
19+
build = 40
2020
is_configured = 0
21-
install_source_checksum = eb176c55eb9a938ae653d77c766a22164ab42e83
21+
install_source_checksum = 14fcbbfaee521a314137d56009ef71d407a95d39
2222

2323
[launcher]
2424
author = Paul Stout <paul@visicoretech.com>
2525
description = VisiCore's GoatSearch allows you to use Cribl Search results in a Splunk search.
26-
version = 1.0.10
26+
version = 1.0.11
2727

2828
[package]
2929
check_for_updates = true

default/authorize.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# authorize.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# authorize.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/collections.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# collections.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# collections.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/commands.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# commands.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# commands.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/props.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# props.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# props.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/savedsearches.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# savedsearches.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# savedsearches.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/searchbnf.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# searchbnf.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# searchbnf.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

default/transforms.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VisiCore GoatSearch version 1.0.10 (38)
2-
# transforms.conf: packaged 07/15/2025 by Duck Yeah! version 3.0.0
1+
# VisiCore GoatSearch version 1.0.11 (40)
2+
# transforms.conf: packaged 07/17/2025 by Duck Yeah! version 3.0.0
33
# Please do not modify this header manually. It is required by Duck Yeah!.
44
#
55
# Want Duck Yeah!? Download from Splunkbase: https://splunkbase.splunk.com/app/7015

0 commit comments

Comments
 (0)