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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...