Starting in version 7.16, this experimental functionality has been removed. You
should use the journald input in Filebeat instead.
Start Journalbeat
editStart Journalbeat
editBefore starting Journalbeat:
- Follow the steps in Quick start: installation and configuration to install, configure, and set up the Journalbeat environment.
- Make sure Kibana and Elasticsearch are running.
-
Make sure the user specified in
journalbeat.yml
is authorized to publish events.
To start Journalbeat, run:
sudo service journalbeat start
If you use an init.d
script to start Journalbeat, you can’t specify command
line flags (see Command reference). To specify flags, start Journalbeat in
the foreground.
Also see Journalbeat and systemd.
sudo service journalbeat start
If you use an init.d
script to start Journalbeat, you can’t specify command
line flags (see Command reference). To specify flags, start Journalbeat in
the foreground.
Also see Journalbeat and systemd.
You’ll be running Journalbeat as root, so you need to change ownership
of the configuration file, or run Journalbeat with |