When a notification is sent, how far in the past is it reporting on?
It reports just the last message that I wrote in the oracle database alertlog with: sql> exec dbms_system.ksdwrt(3,‘ORA-36’); For example: I write: exec dbms_system.ksdwrt(3,‘ORA-37’); then it will send me a mail with previous ORA-36 that I wrote earlier.
I wonder if your processing is backed up? When you look at System/Nodes?Details, do you see either the processor buffer or journal filling up, or consistently above a single digit percentage?
It is always at 0.00%. I installed it 3-4 weeks ago and I was testing with just one oracle database alert log where I or occasionally database is writing very few errors.
Actually Graylog works very fast even with 10 second search/execute (with or without backlog messages) but somehow events/alerts are lagging behind with -1.
CONTENT OF /var/lib/graylog-server/journal/messagejournal-0/00000000000000000119.log 1572/1572 100%
…w…t®.
…=6 …ë.Áªär.Ú…è…ë… 6=…ڞräªÁ.!.Âsxu…*-
.beats.${“source”:{“no_beats_prefix”:false}}2B
$e88d3431-4d88-4708-a01c-2c033908c523…5f92be1b03217d779a1cbeb6:
.À¨.X…´.BÉ.{"@timestamp":“2020-10-30T07:40:52.756Z”,"@metadata":{“beat”:“filebeat”,“type”:"_doc",“version”:“7.8.1”},“log”:{“offset”:539662,“file”:{“path”:"/u01/
app/oracle/diag/rdbms/dev/DEV/trace/alert_DEV.log"}},“message”:“ORA-38”,“input”:{“type”:“log”},“gl2_source_collector”:“223aa2xxxxxxxxxxxx258ad718”,"
collector_node_id":“oratest”,“ecs”:{“version”:“1.5.0”},“host”:{“name”:“oratest”},“agent”:{“version”:“7.8.1”,“hostname”:“oratest”,“ephemeral_id”:“da1ec79
b-e529-4a6c-882a-fb922d81b4a2”,“id”:“3adc7c78-b0fa-4f06-a8e8-128ad009bd89”,“name”:“oratest”,“type”:“filebeat”}}…x…æñ.>…[0…ë.Áªär.Ú…è…ë.
…0[…ڞräªÁ.!é.txu…*-
.beats.${“source”:{“no_beats_prefix”:false}}2B
$e88d3431-4d88-4708-a01c-2c033908c523…5f92be1b03217d779a1cbeb6:
.À¨.X…´.BÉ.{"@timestamp":“2020-10-30T07:41:42.778Z”,"@metadata":{“beat”:“filebeat”,“type”:"_doc",“version”:“7.8.1”},“message”:“ORA-39”,“input”:{“type”:“log”},“g
l2_source_collector”:“223aa277xxxxxxxxx258ad718”,“collector_node_id”:“oratest”,“ecs”:{“version”:“1.5.0”},“host”:{“name”:“oratest”},“agent”:{“ver
sion”:“7.8.1”,“hostname”:“oratest”,“ephemeral_id”:“da1ec79b-e529-4a6c-882a-fb922d81b4a2”,“id”:“3adc7c78-b0fa-4f06-a8e8-128ad009bd89”,“name”:“oratest”,“type
“:“filebeat”},“log”:{“offset”:540224,“file”:{“path”:”/u01/app/oracle/diag/rdbms/dev/DEV/trace/alert_DEV.log”}}}
Even if I see message ORA-39 in http://192.168.x.xx:9000/search an event/alert for this message is not triggered.
Thank you, Chris!