Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  1. 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
  2. Script example: General Script Example: download here
  3. 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