Collection the data metrics where there are unique keys
SPID = 1 BLOCKED = 0 i want to capture the above data, the above data is my querry result. please tell me the data point settings |
SPID = 1 BLOCKED = 0 i want to capture the above data, the above data is my querry result. please tell me the data point settings |
As my team already ok , with the out put we recived earlier
can you please tell me how to capture data in data poll
i have tried different option
please look into it
Thanks
Your output must change since `:` is not allowed in the wildvalue. This is why I suggested the script updates.
If your wildvalue were “BTS_PROD_system” your output would be “BTS_PROD_system.Size: 21260” so your datapoint key for Size would be `##WILDVALUE##.Size`.
Just for clarification can we use ‘-’ instead of _ As i have split issues with _.
i am have space in one of the output ( recv sleep). i have issue to capture that datapoint. when i give space its not pulling data
Yeah, you should avoid the space. You can do a .replaceAll(“ “,””) on that portion of the string to make sure it doesn’t have any spaces in it.
hi , i have the follwing path
To read log file using event source can you please tell me how to fill the logfielpath using above path
Please start a new thread with this question.