# Manual execution

The plugin execution format is as follows:

```
grep_journalctl [-in "<regex_in>"] [-out "<regex_out>"] [-s "<source_name>"] [-v]
```

For example:

```
grep_journalctl -in "error|fail" -s "SystemErrors" 
```