Hi,
I'm documenting this Error I had in case someone else get the same issue.
It's my first Kylo deploy. I've finished the installation, my NiFi/Kylo instance was up and running but I got the status "UNHEALTHY" on the services UI.
After some troubleshooting, I realized the problem was the server timezone. My server was in timezone GMT+3 (Brazil time) , but the API was returning error in the date format.
I've changed the timezone to UTC, restarted all the services and now NiFi is marked as HEALTHY.
Is there any way to use the Brazil time on the server? Or only UTC time is allowed?
Thank you so much!