Learn how to analyze and understand your simulation results
field:value
- Contains search (e.g. source:aws
, input:hello
)field!:value
- Not contains search (e.g. source!:aws
)field=value
- Exact match (e.g. source=aws
)field!=value
- Not equals (e.g. source!=aws
)field is:empty
- Check for empty valuesduration>100
- Greater thanduration<500
- Less thanduration>=100
- Greater than or equalduration<=500
- Less than or equalduration=100
- Exact matchhello
) - Searches across all text fieldsAND
to combine terms (e.g. hello AND world
)OR
for alternatives (e.g. hello OR world
)(hello OR world) AND test
)source:aws AND environment=prod
)(duration>100 OR duration<=50) AND environment=prod
)hello AND source:aws
)source:"aws lambda"
)source
- Source of the executionenvironment
- Environment nameinput
- Input textoutput
- Output textmessage
- Run messageduration
- Duration in milliseconds