Examples
Please choose from a set of predefined examples to get you started using the manifest explorer.
Metrics
Advanced XPath
An advanced example on how to parse an xml paylog using child indices to create detailed metrics manually.
Use Json path
A simple example on how to parse a json paylog to create detailed metrics manually.
Use regular expression
A simple example on how to parse a text paylog using regular expressions to create detailed metrics manually.
Advanced json path
An advanced example on how to parse a json paylog using child indices to create detailed metrics manually.
Logging
Set minimum log level
A simple log parser that will demonstrate how to set the minimum log level for an otel connection.
Parsing logs with dissect
A simple log parser that will use the dissect parser to process a log message.
Parsing logs with grok
A simple log parser that will use the grok parser to process a log message.
Change time zone
Parses a log using the dissect parser and interprets the provided timestamp as a given time zone.
Misc
Usage of variables
Defines a variable at a subscription and then uses this variable in an attribute.
Subscription groups with paths
A simple example for using subscription groups and applying parent and sub paths.