Compare commits

...

3 Commits

Author SHA1 Message Date
Kiara Grouwstra 08b6eed2a0 regenerate image 2023-01-05 15:02:24 +01:00
Kiara Grouwstra d9c17f7671 comment mailcow/servercow 2023-01-05 15:01:27 +01:00
Kiara Grouwstra 3531a9829c comment elk 2023-01-05 15:00:42 +01:00
2 changed files with 15 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -59,9 +59,9 @@ with Diagram("BIJ1 IT landscape"):
greenhost_pjo = Custom("GreenHost Radicaal", greenhost_logo)
hetzner = Custom("Hetzner", "./resources/hetzner.png")
wpengine = Custom("WpEngine", "./resources/wpengine.jpg")
servercow = Custom("ServerCow", "./resources/servercow.svg")
# servercow = Custom("ServerCow", "./resources/servercow.svg")
email = Custom("transip.email (BIJ1)", email_logo)
mailcow = Custom("MailCow", "./resources/mailcow.svg")
# mailcow = Custom("MailCow", "./resources/mailcow.svg")
email_intl = Custom("transip.email (Audre Lorde)", email_logo)
email_kennis = Custom("transip.email (Clemencia Redmond)", email_logo)
email_pjo = Custom("webmail.greenhost.nl (Radicaal)", email_logo)
@ -69,7 +69,7 @@ with Diagram("BIJ1 IT landscape"):
email_intl >> transip_intl
email_kennis >> transip_kennis
email_pjo >> greenhost_pjo
mailcow >> servercow
# mailcow >> servercow
heroku_flyer = Custom("bij1-data-dashboard.herokuapp.com", heroku)
heroku_flyer_demo = Custom("bij1-flyer-app.herokuapp.com", heroku)
@ -116,21 +116,21 @@ with Diagram("BIJ1 IT landscape"):
with Cluster("Lokale nieuwsbrieven"):
mailchimp_central = Custom("Lokale MailChimps", mailchimp)
with Cluster("ELK"):
# with Cluster("ELK"):
logstash = Logstash("Logstash")
beats = Beats("Beats")
elasticsearch = Elasticsearch("Elasticsearch")
kibana = Kibana("Kibana")
# logstash = Logstash("Logstash")
# beats = Beats("Beats")
# elasticsearch = Elasticsearch("Elasticsearch")
# kibana = Kibana("Kibana")
logstash >> beats
logstash >> elasticsearch
logstash >> kibana
# logstash >> beats
# logstash >> elasticsearch
# logstash >> kibana
greenhost >> logstash
greenhost >> beats
greenhost >> elasticsearch
greenhost >> kibana
# greenhost >> logstash
# greenhost >> beats
# greenhost >> elasticsearch
# greenhost >> kibana
with Cluster("Meetings"):
zoom = Custom("Zoom", "./resources/zoom.svg")