The VMware Aria Operations for Logs administration user interface exposes common configuration options. Additional advanced configuration options exist which affect the behavior of various components. This article provides steps to review and set new advanced configuration options.
Broadcom recommends that you set these configuration options under the direction of Broadcom Technical Support or a Broadcom Knowledge Base article.
Caution: Values modified are not checked for validity. Confirm all changes before applying them.
Some configuration options take effect immediately, whereas others require a reboot before taking effect.
The impact of changing specific options is outside the scope of this article.
VMware vRealize Log Insight
VMware Aria Operations for Logs 8.x
Configuration is stored in XML form. Options are usually documented using a minimal representation of the required XML elements.
https://Aria_Hostname_Or_IpAddress/internal/config
. An XML representation of the non-default options is displayed.<config>
tag. For example, documentation may cite:<config>
<section>
<option value="false">
</option>
</section>
</config>
<config>
<section>
<option value="true">
</option>
</section>
<newsection>
<extraoption value="true"/>
</newsection>
</config>