Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How exactly does the 'Prefix' work? #4

Open
jospradlin opened this issue Oct 16, 2019 · 0 comments
Open

How exactly does the 'Prefix' work? #4

jospradlin opened this issue Oct 16, 2019 · 0 comments

Comments

@jospradlin
Copy link

I've been testing out the 'jq-json-logfilter' with REST API reading, and I do have this log filter mostly working, but I can't for the life of me figure out how the 'Prefix' is used.

I've set different values for the Prefix, but it seems to be completely ignored by RunDeck --- all data defaults back to ${data.} that is getting parsed.

For example, if I create a 'Prefix' to the value of 'tenant', does this gets prefixed at the attribute level, such as:

${data.tenant.}

or does this affect the actual exported object:

${tenant.}

Any help or some additional details around how Prefix is used by the Log Filter would be very much appreciated, but as of right now -- RunDeck seems to ignore anything I write into the prefix attribute.

Thanks a bunch! Definitely useful and needed functionality!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant