This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Summary
OneAgent 1.313 includes an important change to LogAnalytics logic for timestamp processing of log file content. The new default timezone for automatically recognized timestamp pat...
Hello Team, How does OpenPipeline calculate the distribution percentage of logs? Is it based on a specific time window, such as the last 2 hours, or is it calculated over all logs shipped?
We recently set up log forwarding to Dynatrace Api via logstash. In logstash we can see these responses from Dynatrace Api: body=>"{\"success\":{\"code\":200,\"message\":\"Some events were...
I'm trying to process and extract a BizEvent payload with OpenPipeline, but it seems that OpenPipeline only supports a limited amount of DQL? Imagine the following data content of a BizEvent: {
"r...
Hi Dynatrace Community,
As a newbie navigating Dynatrace, I'm on a mission to create great dashboards from Kong API Gateway logs. Things are going well so far, OpenPipeline makes it pretty smooth t...
How to summarize/aggregate in OpenPipeline
this
```
| summarize accessed_objects_count=sum(arr_size)
```
nor
```
| expand accessed_objects_array | summarize accessed_objects_count=c...
Hi,
I want to parse my log with OpenPipeline, and I quickly encountered a problem displaying the full contents of my log file. When I display my logs (cf. screenshot in Log classic view), I n...
Hello Everyone, I am trying to find a pattern to match a web address and a port number in the content of a log. For example the log will contain This is a test message for http://ltest-bed.tr...