I add parameters to my commands and try to get results according to those parameters, for example
/query -name mars
When I write this, I want it to be detected according to the name here, how do I do it?
I add parameters to my commands and try to get results according to those parameters, for example
/query -name mars
When I write this, I want it to be detected according to the name here, how do I do it?
You can use telegraf's middleware system. Here is a sample code: