cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where is a -> operator documented?

MartinMarko
Observer

On web page www.dynatrace.com, there is a picture with the query
Screenshot 2024-06-14 162311.png

I am looking for the documentation for `->` operator, because I am getting an error
Screenshot 2024-06-14 162443.png

1 REPLY 1

joeistyping
Dynatrace Advisor
Dynatrace Advisor

Hiya Martin,

The "->" is a deprecated operator and isn't required to access the host relationship to processes
What you're looking for to start is: 

 

fetch dt.entity.process_group
| fields entity.name, host = runs_on

 

Hope this helps! 

 

Featured Posts