Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. props.conf:
  2.  
  3. [access_combined]
  4. pulldown_type = true
  5. maxDist = 28
  6. MAX_TIMESTAMP_LOOKAHEAD = 128
  7. REPORT-access = access-extractions, access2-extractions
  8. SHOULD_LINEMERGE = False
  9. TIME_PREFIX =
  10.  
  11. transforms.conf:
  12.  
  13. [access2-extractions]
  14. # matches access-common or access-combined apache logging formats
  15. # Extracts: clientip, clientport, ident, user, req_time, method, uri, root, file, uri_domain, uri_query, version, status, bytes, referer_url, referer_domain, referer_proto, useragent, cookie, other (remaining chars)
  16. # Note: referer is misspelled in purpose because that is the "official" spelling for "HTTP referer"
  17. REGEX = ^[[nspaces:clientip]]\s++[[nspaces:ident]]\s++[[nspaces:user]]\s++[[nspaces:req_time]]\s++[[access-request]]\s++[[nspaces:status]]\s++[[nspaces:bytes]](?:\s++"(?<referer>[[bc_domain:referer_]]?+[^"]*+)"(?:\s++[[qstring:useragent]](?:\s++[[qstring:cookie]])?+)?+)?[[all:other]]
  18.  
  19. [access-extractions]
  20. # matches access-common or access-combined apache logging formats
  21. # Extracts: clientip, clientport, ident, user, req_time, method, uri, root, file, uri_domain, uri_query, version, status, bytes, referer_url, referer_domain, referer_proto, useragent, cookie, other (remaining chars)
  22. # Note: referer is misspelled in purpose because that is the "official" spelling for "HTTP referer"
  23. REGEX = ^[[nspaces:clientip]]\s++[[nspaces:ident]]\s++[[nspaces:user]]\s++[[sbstring:req_time]]\s++[[access-request]]\s++[[nspaces:status]]\s++[[nspaces:bytes]](?:\s++"(?<referer>[[bc_domain:referer_]]?+[^"]*+)"(?:\s++[[qstring:useragent]](?:\s++[[qstring:cookie]])?+)?+)?[[all:other]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement