General
XpoLog SDK provides a set of commands that enables remote configuration of different XpoLog properties without accessing the GUI.
The following commands are available
...
- Any value which contains the space character should be wrapped with “quotes”. For example:
%JAVA_RUN% %XPOLOG_CONN% -api securityUsers -name testUser -userPassword testPassword -displayName "TEST USER" -override true -userPolicy test -selectedGroupsList testgroup;All - Script example: General Script Example: download here
- Common Use Case:
Automating the process of adding new servers to XpoLog, mainly in dynamic environments such as clouds servers are constantly added and removed. The SDK provides full support so when a new machine is added, simply be a few commands it will be list in XpoLog and the required logs will be collected and available for the users. See Script Example: download here