Skip to main content Skip to complementary content
Close announcements banner

Running Talend LogServer with systemd (deprecated)

Availability-noteDeprecated
Start, stop, and monitor the status of the Talend LogServer service using systemd.

About this task

Three services are available for Talend LogServer:
  • talend-elastic
  • talend-kibana
  • talend-logstash

talend-elastic and talend-kibana services are automatically started when starting the talend-logstash service.

Procedure

  • Start the services using the following command:
    sudo systemctl start talend-logstash.service
  • Stop the services using the following command:
    sudo systemctl stop talend-logstash.service
  • Check the status of the services using the following command:
    sudo systemctl status talend-logstash.service
  • Check logging information using the journalctl command.
    For example:
    • To list service journal entries:
      sudo journalctl --unit talend-logstash.service
    • To list service journal entries after a specific date:
      sudo journalctl --unit talend-logstash.service --since "2018-08-17 13:15:17"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!