Getting Data In

Reading a JSON file from HTML or Javascript

chaninphx
Path Finder

Hi all! I'm trying to find a way to get my javascript file called mapsScript.js in my appserver/static folder to read a json file. The only thing is I've been putting my json file called buildings.json in multiple folders and even the same folder as my javascript file and it still will won't read it. Can someone tell me where I should put my json file, and what the best way to read it is. I've searched all over for another question like this or for a tutorial and I couldn't find one. Thanks!

var jsonObj = $.getJSON("buildings.json");

0 Karma

sbbadri
Motivator

@chaninphx

Splunk UF is capable of reading JSON file. You use props.conf and transforms.conf to extract fields from your json file.

props.conf

_json ]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
CHARSET=UTF-8
INDEXED_EXTRACTIONS=json
KV_MODE=none
category=Structured
description=JavaScript Object Notation format. For more information, visit http://json.org/
disabled=false
pulldown_type=true

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...