i’m trying to send windows logs from server , i receive message but when i click on show receive message Nothing found,i tried to change search from relative to absolute and give a futur timewone but nothing change could anyone help me plz
Please elaborate on your environment and provide all relevant details, such as details about how you’re shipping logs to Graylog, the complete configuration of Graylog and its inputs.
1 Like
thank u sir i fix the problem its just on nxlog configuration i let OutputType after Exec
rule "ignorelogs"
when
has_field(“level”) && to_string($message.level) == "5"
then
drop_message();
end
i create this rules to drop message that contain level 6 but nothing change could you help me ??
Please open a new topic for a different issue.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.