I am following the directions on http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Addfieldsfromexternaldatasources#Use_search_results_to_populate_a_lookup_table
I edited my savedsearches.conf as directed, but the CSV file is not being created. How can I troubleshoot this problem?
etc/apps/search/local/savedsearches.conf:
[Service Now assets]
action.email.reportServerEnabled = 0
action.email.useNSSubject = 1
action.populate_lookup = 1
action.populate_lookup.dest = etc/system/lookups/service_now_assets.csv
alert.digest_mode = True
alert.suppress = 0
alert.track = 0
auto_summarize.dispatch.earliest_time = -1d@h
counttype = number of events
cron_schedule = 0 18 * * *
description = ServiceNow assets
display.events.fields = ["sourcetype","Message_Name","source","Message_Info","Message_Title","Server","msg","Server"]
display.events.type = table
display.visualizations.charting.chart = area
display.visualizations.show = 0
enableSched = 1
quantity = 5000
relation = less than
request.ui_dispatch_app = search
request.ui_dispatch_view = search
run_on_startup = false
search = index=service_now source=service_now earliest=-1d
etc/system/local/transforms.conf:
[service_now_asset]
filename = etc/system/lookups/service_now_assets.csv
case_sensitive_match = false
etc/system/local/props.conf:
[asset_properties]
LOOKUP-servicenow = service_now_asset Server
... View more