While following the documentation to obfuscate the ingest key, I appended the insights_insert_key_obfuscated attribute to the plugin.json file as instructed.
However, the log file is showing an error indicating that insights_insert_key is empty or null.
While following the documentation to obfuscate the ingest key, I appended the insights_insert_key_obfuscated attribute to the plugin.json file as instructed.
However, the log file is showing an error indicating that insights_insert_key is empty or null.
Here is the documentation link: New Relic Unix Monitoring Integration.
The template used for plugin.json :
{ "global": { "OS": "auto", "account_id": "123", "fedramp": "false", "insights_mode": { "insights_insert_key_obfuscated":"ABCDEF", "insights_data_center": "" }, "proxy": { "proxy_host": "hgshadgh", "proxy_port": 1234 } }, "agents": [ { "name": "auto", "host": "hostname", "static": { "attribute1": "attribute1_value", "attribute2": 12345 } } ] }