Hi Scott
Happy to read you, thanks for your reply.
I tried with PASE but I'm missing some pieces and above all some knowledge
maybe you can help me
I have the required licensed program 5733SC1 installed, I edited the file /QOpenSys/etc/syslog.conf adding the syslog server put for example @192.168.1 ...
Search found 2 matches
- Thu Nov 27, 2025 8:27 am
- Forum: General
- Topic: how to send a message to external syslog
- Replies: 3
- Views: 7531
- Wed Nov 26, 2025 11:16 am
- Forum: General
- Topic: how to send a message to external syslog
- Replies: 3
- Views: 7531
how to send a message to external syslog
Hi
now is possible to read a log in as400 with SQL and obtain
a syslog field compliance RFC5424
SELECT
message_id, message_timestamp, from_job,
message_tokens, message_text,
syslog_event
FROM TABLE (QSYS2.HISTORY_LOG_INFO(
START_TIME => CURRENT_TIME - 1 HOURS,
END_TIME => CURRENT_TIME ...
now is possible to read a log in as400 with SQL and obtain
a syslog field compliance RFC5424
SELECT
message_id, message_timestamp, from_job,
message_tokens, message_text,
syslog_event
FROM TABLE (QSYS2.HISTORY_LOG_INFO(
START_TIME => CURRENT_TIME - 1 HOURS,
END_TIME => CURRENT_TIME ...