...
Info |
---|
|
Start the AuditService with the following command.
Code Block |
---|
sudo nohup java -jar -DzeAuditConfigPath="<config file path till root folder>" ze-audit-service.jar & |
...
Note: -
The Logs folder will be created where your jars are deployed. Separate log files will be created for each jar.
Verification in the browser:
Verify webhook application status by using HTTP://<hostname>:8083/actuator/health.
...
An example of zeAuditService.properties
should look like the below:
View file | ||
---|---|---|
|
Code Block |
---|
server.port=8083 #Rabbitmq config zephyr.queue.name=ze_audit_queue zephyr.queue.exchange=ze_audit_exchange zephyr.queue.routing.key=ze_audit_routing_key spring.rabbitmq.host=localhost spring.rabbitmq.port=5672 spring.rabbitmq.username=guest spring.rabbitmq.password=guest |
Info |
---|
|
Start the ze-jira-webhook with docker with the following command
...
:
Navigate to zephyrservice and run the below command:
...
The audit started snapshot for reference: -
...
Verification in the browser:
Verify webhook application status by using HTTP://<hostname>:8083/actuator/health.
...