├── CITATION.cff ├── LICENSE ├── README.md ├── apache ├── README.md ├── apache_access.log ├── apache_access_parsed.csv ├── apache_access_types.csv ├── apache_error.log ├── apache_error_parsed.csv └── apache_error_types.csv └── openssh ├── README.md ├── openssh.log ├── openssh_access_parsed.csv ├── openssh_log_types.csv └── openssh_types.csv /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/CITATION.cff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/README.md -------------------------------------------------------------------------------- /apache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/README.md -------------------------------------------------------------------------------- /apache/apache_access.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_access.log -------------------------------------------------------------------------------- /apache/apache_access_parsed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_access_parsed.csv -------------------------------------------------------------------------------- /apache/apache_access_types.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_access_types.csv -------------------------------------------------------------------------------- /apache/apache_error.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_error.log -------------------------------------------------------------------------------- /apache/apache_error_parsed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_error_parsed.csv -------------------------------------------------------------------------------- /apache/apache_error_types.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/apache/apache_error_types.csv -------------------------------------------------------------------------------- /openssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/openssh/README.md -------------------------------------------------------------------------------- /openssh/openssh.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/openssh/openssh.log -------------------------------------------------------------------------------- /openssh/openssh_access_parsed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/openssh/openssh_access_parsed.csv -------------------------------------------------------------------------------- /openssh/openssh_log_types.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/openssh/openssh_log_types.csv -------------------------------------------------------------------------------- /openssh/openssh_types.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rootly-AI-Labs/logs-dataset/HEAD/openssh/openssh_types.csv --------------------------------------------------------------------------------