confluent audit-log migrate config¶
説明¶
従来の監査ログの構成を移行します。--combine
を使用して複数の Kafka ブローカーの server.properties
ファイルを読み取り、その confluent.security.event.router.config
プロパティの値を結合して、集中監査ログの管理に適した結合構成を出力します。出力先は標準出力で、警告があれば標準エラーに出力します。
confluent audit-log migrate config [flags]
フラグ¶
--combine stringToString A comma-separated list of k=v pairs, where keys are Kafka cluster IDs, and values are the path to that cluster's server.properties file. (default [])
--bootstrap-servers stringArray A public hostname:port of a broker in the Kafka cluster that will receive audit log events.
--authority string The CRN authority to use in all route patterns.
グローバルフラグ¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
例¶
クラスター「clusterA」および「clusterB」の監査ログの構成ファイル 2 つを以下のブートストラップサーバーおよび権限で結合します。
confluent audit-log migrate config --combine clusterA=/tmp/cluster/server.properties,clusterB=/tmp/cluster/server.properties --bootstrap-servers logs.example.com:9092 --bootstrap-servers logs.example.com:9093 --authority mds.example.com
関連情報¶
- confluent audit-log migrate - 従来の監査ログの構成を移行します。