read_bro: Read bro logfiles

Description Usage Arguments See Also Examples

View source: R/bro.R

Description

This function reads logfiles exported from 'bro', automatically detecting and handling different types of log and returning them as data.frames. The full range of bro files are not yet supported, but more will be added over time.

Usage

1

Arguments

file

the path to the logfile you want to read in

See Also

read_clf, read_squid and other readers for different log formats.

Examples

1
2
# Read an FTP log
data <- read_bro(system.file("extdata/ftp.log", package = "webreadr"))

Ironholds/webreadr documentation built on Oct. 29, 2020, 6:55 p.m.