
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ArcSight platform installer properties
Hi
Does anyone able to give an insight of the following parameter in the ArcSight platform installer configuration?
suite:
products: [transformationhub, fusion, recon, soar]
config-params:
th-schema-registry-count: 1
th-schema-registry-min-kafka-count: 1
transform-processor-replicas: 2
routing-processor1-replicas: 0
th-kafka-count: 1
th-zookeeper-count: 1
th-init-kafkaOffsetsTopicReplicationFactor: 1
th-init-topicReplicationFactor: 1
# th-init-kafkaRetentionBytesForVertica: Will automatically be calculated by the install tool for this single node scenario
# th-init-kafkaRetentionBytes: Will automatically be calculated by the install tool for this single node scenario
th-init-noOfTopicPartitions: 6
th-kafka-allow-plaintext: false
th-init-client-auth: true
And also in the sample yaml configuration says a complete list can be found in the Administrator's guide, but not sure where can I find that, it will be great if someone can point the page number for me!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi @Leon Chiu ,
More details can be found in the documentation Here but also in you cdf installer directory under <unzipped-cdf-installer>/arcsight/config/install-config-template.yaml
In the template it goes through the possible configuration options for each product. there are multiple template yaml files that should cover most install properties available.
These options are for the initial deployment of a product. So for example, they set options such as th-kafka-allow-plaintext: false which are options that cannot be changed post-deployment. Post-deployment configuration can then be done through the CDF management portal by going to Deployments -> clicking on the 3 dots and going to "Reconfigure".
There are several options you can choose when using a template, these are defined in the help section of the arcsight-install binary located in your unzipped cdf installer diectory. simply run
./arcsight-install --help
and that should give you a list of potential options about how to use the template files and which steps are executed for which configuration properties.
For example, some configuration parameters in the yaml file are only relevant to the pre-install stage whilst others are relevant to the install/postinstall stage. These definitions can be found in the help command as above. For example, the number of kafka processors defined by th-kafka-count is a configuration option that exists both in the initial configuration/deployment of TH but is also a configuration option that can be changed later on.
But yes you are correct, there isn't a lot of documentation on an extensive list of configuration options, and it doesn't clearly define which options cannot be changed at a later date such as the allow plaintext communication and enable TLS for kafk communications for TH.
Sorry if i didn't quite answer your question!
You can also submit a MF support ticket and they may be able to provide you with a more exhaustive list, or alternatively submit a documentation suggestion on the ideas exchange portal located here
The product team tend to keep an eye on the posts listed here and i'm sure it would be a welcome suggestion.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Lewis,
@LewisJ Thank you for your kind reply, I think the sample yaml configuration is okay for single system deployment, but while in the cluster production environment, more considerations need to be taken, I will raise a support ticket to ask for that information, cheers.
Regards
Leon Chiu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
good luck!