Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created October 9, 2012 17:35
Show Gist options
  • Select an option

  • Save ottomata/3860224 to your computer and use it in GitHub Desktop.

Select an option

Save ottomata/3860224 to your computer and use it in GitHub Desktop.

Filtering on content_type and http_status

(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment