Hi Team
Can you please help me to extract the data from the external website to Splunk Dashboard.
Is it possible ??
Example :
I've to fetch the below status from the website: "https://www.ecb.europa.eu/"
Output in SPLUNK Dashboard: T2S is operating normally.
You need to see if the source exposes any sort of API to provide the information you need. Or you can script a curl statement to see if the initial HTTP response code is in the 400's but that's far more prone to complications if you take into account any of the numerous things the domain owners can do with their service.