Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Kafka MSK IAM Account contains an IAM debug property, which, when enabled logs the IAM credential identity in the Snaplex log. To enable this property, you need to update the Snaplex configuration, specifically the logging level, and define a JVM system property.

Note

There might be a potential performance implication if you enable the debug property. Hence, we recommend that you use this feature in your development environment instead of the production environment.

  1. On the Logging tab, set the logging level to Debug.

    update-snaplex-logging.png

  2. On the Node Properties tab, define a Global Property for JVM system properties as shown below or append a value to an existing property.
    Key: jcc.jvm_options
    Value: -Daws.msk.iam.debug=true

    update-snaplex-node-properties.png
  3. Restart the Snaplex node.

...