How to get traces for service which onboarded through dev tools

Hello,
I have tried below lines to get traces for last 1hr.

GET _search 
{
 "filter":{ 
   "query":{ 
     "range":{ 
        "@timestamp":{ 
            "get: " now -1h"
                                 }
                     }
                 }
              }
   }

I need help,
when I would like to see only for particular service called 1ABC_javaapp, how can add service name to above code ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.