14 Jun 2024 03:29 PM
On web page www.dynatrace.com, there is a picture with the query
I am looking for the documentation for `->` operator, because I am getting an error
Solved! Go to Solution.
14 Jun 2024 04:24 PM - edited 14 Jun 2024 05:24 PM
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!