Configuring Ironstream Proxy Server - ironstream_for_elastic - ironstream_for_kafka - ironstream_for_splunk - 7.4

Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Elastic®
Ironstream > Ironstream for Kafka®
Ironstream > Ironstream for Splunk®
Version
7.4
Language
English
Product name
Ironstream Splunk®/Kafka®/Elastic®
Title
Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration
Copyright
2022
First publish date
2007
Last updated
2023-08-25
Published on
2023-08-28T08:26:48.055356

The kafka.json file, in the conf directory of the default install directory on the Windows/Linux system holds the configuration for communicating with Kafka.

  • The "tls" field must be set to true.

  • A path to the PKCS12 formatted keystore should be set in the "keystore" field.

  • The password to the keystore file should be set in the "keystore_password" field.

{

"brokers": "localhost:9092,foo.example.com:9000" "topic": "Topicname",

"tls": true,

"keystore": "C:\kafka.client.keystore.jks", "keystore_password": "test1234"

}