To make the JMX section work you need to make the /jolokia-endpoint accessible.
Include the jolokia-core.jar in your spring-boot-application:

<dependency>
	<groupId>org.jolokia</groupId>
	<artifactId>jolokia-core</artifactId>
</dependency>

Error:
{{ error | json }}