SimKube Expression Language (SKEL) Reference

This is a quick-reference guide to the SimKube Expression Language (SKEL). See the usage instructions for more details. The full SKEL grammar is available on GitHub.

Transform operations

Modify

The modify operation modifies the specified target fields in the matched trace events:

modify(<selectors>, target = value);

Remove

The remove operation removes all specified target fields in the matched trace events:

remove(<selectors>, target);
Previous: SimKube Trace Format