Splunk Search

Response time dashboard for webservice hits

senkumar
New Member

hi ,

i want to create a dashboard which will show the individual response time for the respective webservice.

i have already created a dashboard which will capture the average response time.

PFB my logs

Mar 21 20:59:16 dpitusbva.home.test.com Mar 21 20:59:15 lt_Splunk_Log [0x80000001][lc_Splunk_Log][error] mpgw(mpgw_SS_getItemInfo): trans(121527616)[response] gtid(581734163): Service_Name:getimsiteminfo Operation_Name:getimsiteminfo Store_Nbr:xxxx Country_Code:US Pref_Lang:101 Consumer_Id:C1415711 Response_time:124 Response_code:200

thanks,
Senthil

0 Karma
1 Solution

somesoni2
Revered Legend

If you just want to show the Service name along with corresponding Response_time, use the table command.

your base search | table Service_Name Response_time

View solution in original post

0 Karma

somesoni2
Revered Legend

If you just want to show the Service name along with corresponding Response_time, use the table command.

your base search | table Service_Name Response_time
0 Karma

senkumar
New Member

Thanks it worked

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...