Sha256: 51581107c96793998e39c29643b095be9f2b663f51569eea45ca7ec680787b8b

Contents?: true

Size: 888 Bytes

Versions: 4

Compression:

Stored size: 888 Bytes

Contents

---
host_name: www.example.org
resources:
 - /subdir/index.html
match:
 - :access_to_under_resources?
 - :referred_from_resources?
match_type: any
output_log_name: all-records-related-to-subdir_index
---
host_name: www.example.org
resources:
 - /end.html
 - /subdir/big.pdf
match:
 - :access_to_resources?
match_type: any
output_log_name: access-to-two-specific-files
---
host_name: www.example.org
resources:
 - /
match:
 - :access_to_under_resources?
match_type: any
ignore_match:
 - :access_by_bots?
 - :not_found?
output_log_name: all-but-bots-and-not-found
---
host_name: www.example.org
resources:
 - /index.html
match:
 - :access_to_resources?
 - :access_by_bots?
match_type: all
output_log_name: index-page-accessed-by-bot
---
host_name: www.example.net
resources:
 - /external.html
match:
 - :referred_from_resources?
match_type: all
output_log_name: referred-from-external-site

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
log_line_parser-0.4.0 samples/sample_config.yml
log_line_parser-0.3.0 samples/sample_config.yml
log_line_parser-0.2.0 samples/sample_config.yml
log_line_parser-0.1.0 samples/sample_config.yml