Description Usage Arguments Value
Load an ELB log file
1 2 3 4 5 | read_elb(file, columns = c("timestamp", "elb", "client_port", "backend_port",
"request_processing_time", "backend_processing_time",
"response_processing_time", "elb_status_code", "backend_status_code",
"received_bytes", "sent_bytes", "request", "user_agent", "ssl_cipher",
"ssl_protocol"), line_filter = NULL, ...)
|
file |
A file name or connection. See |
columns |
Optional character vector to specify a subset of columns to
import. If you know you only want to work with a few columns, it is faster
to specify it at read time rather than filtering after. Unlike the behavior
of Default is to return everything. |
line_filter |
A string pattern or regular expression to pass to the
shell command |
... |
Additional arguments passed to |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.