Skip to content

Avoid reading from file if value starts with '@' #42

@markus1189

Description

@markus1189

Is there any way to avoid the interpretation of the '@' value, which assumes the subsequent string is a file to read from?

I want to construct a json object with @timestamp as the value like this:

{"key": "@timestamp"}

via

jo key="@timestamp"

but I found no way to escape the '@' such that it does not try to read from the timestamp file which does not exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions