Try the parameter filter_pattern_recursive to keep only rows matching the specified string
[demo.piwik.org].*
It is a regular expression so with:
it's matching only the rows containing "logged"
[demo.piwik.org].*
It is a regular expression so with:
&filter_pattern_recursive=.*logged.*
it's matching only the rows containing "logged"