(content_type == '-' AND
uri MATCHES '.*(.*(\\.m\\..*?\\/wiki\\/|\\.m\\..*?\\/w\\/index.php).*).*'))
AND (http_status == 200 OR http_status == 302)```
6950454000
#### Filtering on just content_type
```(content_type == 'text/html' OR
(content_type == '-' AND
uri MATCHES '.*(.*(\\.m\\..*?\\/wiki\\/|\\.m\\..*?\\/w\\/index.php).*).*'))```
8607703000
#### ReportCard Wikistats Data
9165370101
Created
October 9, 2012 17:35
-
-
Save ottomata/3860224 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment