com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Disabling selected BAM components
You can disable selected BAM components when starting the server using start-up parameters as follows.
Command (on Linux) | Description |
---|---|
sh <PRODUCT_HOME>/bin/wso2server.sh -Ddisable.analytics=true
| Used to disable the analytics-related components. If you run this command to start BAM on a particular node, the node does not join the task execution. You use this property to start a node that works as a receiver. |
sh <PRODUCT_HOME>/bin/wso2server.sh -Ddisable.receiver=true | Used to disable the receiver-related components. If you run this command, the thrift server does not start and you do not need to open 7611+<BAM_PORT_OFFSET> and 7711+<BAM_PORT_OFFSET> ports. You use this property to start a node that works as an analyzer. |
sh <PRODUCT_HOME>\bin\wso2server.sh -Ddisable.cassandra.server.startup=true | Used to disable running Cassandra, which is bundled with BAM by default. In this case, you are recommended to point to an external Cassandra cluster. |
You can use multiple parameter values to disable multiple BAM components simultaneously. For example, you can use the following command to simultaneously disable both analytics-related and receiver-related components, which are described above.
sh <PRODUCT_HOME>/bin/wso2server.sh -Ddisable.analytics=true -Ddisable.receiver=true
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.