Detlef
July 14, 2025, 12:52pm
1
Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch: 2.17
Opensearch Dashboards: 2.17
Server OS: RHEL 9.6
Browser: Google Chrome 137.0.7151.69
Filebeat OSS 7.12.1
Describe the issue :
Hi !
How do I ingest messages from journald logs into Opensearch using filebeat oss 7.12.1 ?
What do I have to configure in the filebeat.yaml ?
The journald logs are written by a container running as non-root user.
Is there a better ingestion tool ?
Thnx for any help !
Best regards, Detlef
pablo
July 14, 2025, 2:15pm
2
@Detlef You could use Journald input in Filebeat, but that’s available in version 7.16
What is your workflow? Do you use Logstash or ingest directly to OS?
Detlef
July 14, 2025, 3:20pm
3
@pablo : I ingest directly to OS. Journald input is not available in the filebeat version 7.12.1. I got the information about the filebeat version to use from Agents and ingestion tools - OpenSearch documentation .
pablo
July 14, 2025, 7:17pm
4
@Detlef That is correct, but you could use Logstash with OpenSearch Output plugin and then switch to the newer version of the Filebeat.