Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:dynatrace [2025/03/27 14:31]
tomas created
sw:dynatrace [2025/03/27 15:35] (current)
tomas
Line 1: Line 1:
-příklad výpisu logu:+==== DLQ ==== 
 +[[https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language|DLQ]] jazyk pro vytváření hledacích dotazů v databázi logů\\
  
-fetch logs, from:now() - 1h, to:now() +příklad výpisu logu pomoci DLQ: 
 + 
 +<code>fetch logs, from:now() - 1h, to:now() 
 | filter content.environment == "PROD"  | filter content.environment == "PROD" 
 | filter `content.service-name` == "služba"  | filter `content.service-name` == "služba" 
-| sort timestamp desc+| sort timestamp desc</code>