Knowledge Management

How our resources are being utilized

mhouse3
Path Finder

Today I did a cool exercise. I went to the data repository section for Montgomery County (MD) and I downloaded the dataset of classes approved and paid through the County tuition assistance program. I then ingested this data into Splunk and identified the top five department by cost I came up with the following:
Correction & Rehabilitation,$110624.97
Libraries,$13511.13
Investment Trustees,$13668.00
Recreation,$14980.00
Environmental Protection,$17745.00

Is there a way to monitor this on the website real time for changes and update the dashboard in real time? This will be my next side project.

Marcus House
Splunk Admin (1 exam away from Architect Certification)

Tags (1)
0 Karma

vasanthmss
Motivator

Hi Marcus,

Below steps will help you for the quick fix,

  1. create a script that will download the file and store it in a folder.
  2. Schedule the script with cron tab.
  3. Either monitor the folder and index the data OR use it as lookup. 😉

sample script will be, you have to replace the URL. go to the report you want and download it, check the browser downloaded files and there you can get the url to download.

wget -O <filename> https://data.montgomerycountymd.gov/api/views/j7rm-vyfs/rows.csv?accessType=DOWNLOAD

Hope this will helps you.

V
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...