We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i got a response consisting only of an array (no object) so i can not use dot notation?.
like that
[ "fe80:0:0:0:20c:29ff:fe2b:b16e", "0:0:0:0:0:0:0:1", "127.0.0.1", "192.168.1.2" ]
and want to set a value to the last value 192.168.1.2
192.168.1.2
i tried
server: metrics: - name: ip type: object path: '{ $[3] }' values: ip: '{ * }'
and other variants, but i do not get a result. anyone got an idea how to achieve this?
The text was updated successfully, but these errors were encountered:
Try this:
... values: ip: '{ @ }'
Sorry, something went wrong.
No branches or pull requests
i got a response consisting only of an array (no object) so i can not use dot notation?.
like that
and want to set a value to the last value
192.168.1.2
i tried
and other variants, but i do not get a result. anyone got an idea how to achieve this?
The text was updated successfully, but these errors were encountered: