diff --git a/README.md b/README.md index 26c0f579..22a54486 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
- +
Logparser provides a machine learning toolkit and benchmarks for automated log parsing, which is a crucial step for structured log analytics. By applying logparser, users can automatically extract event templates from unstructured logs and convert raw log messages into a sequence of structured events. The process of log parsing is also known as message template extraction, log key extraction, or log message clustering in the literature. diff --git a/logparser/NuLog/requirements.txt b/logparser/NuLog/requirements.txt index f921b9a0..496f9d5e 100644 --- a/logparser/NuLog/requirements.txt +++ b/logparser/NuLog/requirements.txt @@ -1,4 +1,4 @@ -pillow==6.1 +pillow==10.0.1 pandas regex==2022.3.2 numpy