Installation
To install Collector, complete the following steps:
Procedure
- Copy collector_bundle.tar.gz to the system.
- Navigate to the folder where collector_bundle.tar.gz is copied.
-
Execute the following commands in the same sequence:
sudo tar -xvzf collector_bundle.tar.gz sudo chmod +x bundle_release/rhel8_collector_setup.sh sudo bundle_release/rhel8_collector_setup.sh <TOPIC> <HOSTS>For the command,sudo bundle_release/rhel8_collector_setup.sh <TOPIC> <HOSTS>,- Replace <TOPIC> with a preferred customized name. For example, KafkaTopicTest.
- In case of <HOSTS>, use the following examples:
- For a Single Transport Service Destination, replace <HOSTS> with <HOST1 IP>:1966 or <HOSTName1>:1966.
- For a Multiple Transport Service Destination, if you have three transport services, replace <HOSTS> with <HOST1>:1966,<HOST2>:1966,<HOST3>:1966.
-
After executing the commands, you will see two possibilities: