Skip to content

Commit

Permalink
fix: internal log sourcetype
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Aug 9, 2021
1 parent 6ae1bdd commit 047005d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package/default/data/ui/views/health.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>MMDB Status</title>
<table>
<search>
<query>index=_internal sourcetype="seckitsageolocation:log" mmdb=* | stats latest(size) as size latest(mtime) as mtime by mmdb</query>
<query>index=_internal sourcetype="SecKit_SA_geolocation:log" mmdb=* | stats latest(size) as size latest(mtime) as mtime by mmdb</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
<sampleRatio>1</sampleRatio>
Expand Down
9 changes: 4 additions & 5 deletions package/default/props.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ SHOULD_LINEMERGE = 0
category = Splunk App Add-on Builder
pulldown_type = 1

[source::...\/SecKit_SA_geolocation*.log*]
sourcetype = seckitsageolocation:log
SHOULD_LINEMERGE = 0
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d,\d\d\d
[source::...[\\/]SecKit_SA_geolocation*.log*]
sourcetype = SecKit_SA_geolocation:log

[seckitsageolocation:log]
[SecKit_SA_geolocation:log]
SHOULD_LINEMERGE = 0
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d,\d\d\d

0 comments on commit 047005d

Please # to comment.