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
add a parater to add some specifed keys to the count line..
config parameter include_keys host,sessionid,......
for ex {"count":2,"message":[....],"host":["asp01","asp02",....],.......}
this will include the keys speciefed in the config and add them (usefull for application clusters)
The text was updated successfully, but these errors were encountered:
also add the possibility to add custom key with custom content
add_key type 500
will add the key with the content 500
Sorry, something went wrong.
@sonots Is this feature request going to be implemented? It would be really useful for me as well.
No branches or pull requests
add a parater to add some specifed keys to the count line..
config parameter
include_keys host,sessionid,......
for ex {"count":2,"message":[....],"host":["asp01","asp02",....],.......}
this will include the keys speciefed in the config and add them (usefull for application clusters)
The text was updated successfully, but these errors were encountered: