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
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...