AWS Cognito user migration

In our project, we use AWS Cognito user pools to sign-up and sign in our users. With the earlier versions of AWS Cognito, the usernames/email addresses used in the pool were case-sensitive. This meant that when a user signed up with Name@acme.com and later tried to sign in with name@acme.com it failed, leaving the user …
Continue reading AWS Cognito user migration

Health dashboard with Kibana Canvas

In this blog post, I want to show you how we’ve set up a health dashboard for the integration landscape of a client in Rotterdam. The dashboard shows the health of some important servers in our production landscape and the health of some Spring Boot apps. Also, some extra information is displayed, like the version …
Continue reading Health dashboard with Kibana Canvas

MDC Logging with Camel, Spring boot & ELK (part 3)

This blog is part 3 of a 3-part blog series about Apache Camel, ELK, and (MDC) logging. Part 1 described how you can centralize the logging from Spring Boot / Camel apps into Elasticsearch using MDC and filebeat. In part 2 we aggregated the logging from part 1 with help of logstash into a separate …
Continue reading MDC Logging with Camel, Spring boot & ELK (part 3)

MDC Logging with Camel, Spring boot & ELK (part 2)

This blog is part 2 of a 3-part blog series about Apache Camel, ELK, and (MDC) logging. Part 1 described how you can centralize the logging from Spring Boot / Camel apps into Elasticsearch using MDC and filebeat. In part 2 we will aggregate the logging from part 1 with help of logstash into a …
Continue reading MDC Logging with Camel, Spring boot & ELK (part 2)