Last active
June 3, 2018 22:48
-
-
Save holisticinfosec/45e2a4263a6087ea690dda52808ca362 to your computer and use it in GitHub Desktop.
Decomposition of Anomalized SERVER-549521 Downloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created from Anomalize project, Matt Dancho | |
# https://github.com/business-science/anomalize | |
security_access_logs %>% | |
filter(server == "SERVER549521") %>% | |
ungroup() %>% | |
time_decompose(count) %>% | |
anomalize(remainder) %>% | |
plot_anomaly_decomposition() + | |
labs(title = "Decomposition of Anomalized SERVER-549521 Downloads") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment