Skip to content

Instantly share code, notes, and snippets.

@holisticinfosec
Last active June 3, 2018 22:48
Show Gist options
  • Save holisticinfosec/45e2a4263a6087ea690dda52808ca362 to your computer and use it in GitHub Desktop.
Save holisticinfosec/45e2a4263a6087ea690dda52808ca362 to your computer and use it in GitHub Desktop.
Decomposition of Anomalized SERVER-549521 Downloads
# 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