Parameters
| Parameter | Description |
| '-in', '--regex_in' | Allows only log lines that match a regular expression to be included. This parameter takes precedence over --regex_out (if used, the exclusion filter is ignored). |
| '-out', '--regex_out' | Allows you to exclude log lines that match a regular expression. Only applies if --regex_in has not been defined. |
| '-s', '--source' | Define the name of the source that will be assigned to the module within Pandora FMS. By default, its value is “Journalctl.” |
| '--verbose', '-v' | Enables verbose output mode. Displays additional messages in the console about the actions performed by the script (e.g., filters applied, number of logs processed, errors, etc.). Ideal for debugging or testing. |