Hello splunkers, i'm gonna try to be short, I'm trying to create an HTML homepage for Splunk APP and I've been trying to get some information through a lookup without splunkJS or any splunk code (i'm doing this because splunk is spoiling my CSS pages and I need to customize this page view and customize either the way I handle this lookup data).
OBS.: I have my JS and lookup in the same app, I tried to do something like this:
`$.ajax({
url: '../../../../lookups/ccm_links.csv',
dataType: 'text',
}).done(successFunction);`
↧