Hi Team…
I’m Trying to store the data in influx via inline protocol and following all rules of it… buts till im getting below error , Could you please check and confirm me the issue ?
Script output to store in influx DB:
controlm_report,job_name=ABC_XYZ_ABC_ABC_ABC,job_status=“ENDED OK” job_status=“ENDED OK”
Config im Using:
[[inputs.exec]]
#Shell/commands array
commands = [
“/xyz/support/srav/abc_report.bsh”
]
Data format to consume. This can be “json”, “influx” or “graphite” (lineprotocol)
timeout = “40s”
data_format = “influx”
interval = “100s”
Error Im getting :
2019-04-19T12:41:05Z E! Error in plugin [inputs.exec]: metric parsing error, reason: [missing tag value], buffer: [controlm_report,Job_Name=,Job_status="" Job_status=""], index: [25]