I have configured 3 log appenders in my zeppelin demo app. Two of them are cassandra log appenders and other one is REST log appender. Cassandra log appenders are working fine a
The 500 error that I was facing was due to following:
I found two errors with my configuration of RestLogAppender in the admin panel. First, I had put http:// before my host. Had to remove the same. Second, I should have mentioned Relative URI path starting and ending with a forward slash /.
After resolving 500 error, I was still getting 400 error. It was due to the following reasons:
I had given slightly different names to the JSON fields in the Django models. The sequence of the fields did not matter but the name of fields did matter.