Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
  • Make sure port 8083 is available.

  • zeAuditService should be able to connect with RabbitMQ.

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
namezeAuditService (1).properties

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
  • Make sure port 8083 is available.

  • zeAuditService should be able to connect with RabbitMQ.

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.

...