Custom log integration with json file - no data

  1. I successfully added the agent:

  1. I added Custom Logs integration to the Default policy:

    Custom configurations:

    agent.logging.json: true
    json.keys_under_root: true
    json.add_error_key: true
    
  2. Contents of the /tmp/file.json:

    {"name":"John","age":30,"company":"asdf"}
    
  3. And there's no data:

  4. The system integration is working as expected on the agent.

Any idea what's wrong?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.