Versions Compared

Key

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

Note: LogAway Agent (compatible with XpoLog 4.5+)

The new version of LogAway is compatible with XpoLog 4.5+, and supports a higher transfer log rate (~300MB/Minute)

Summary

XpoLog’s agent-less architecture allows accessing logs located on remote machines over SSH, without the need to change or install anything on the remote machine. In order to do this, XpoLog utilizes the ‘less’ command on the remote machine, among other commands. In some environments, where the ‘less’ command is not available on the remote machine, XpoLog cannot work as described above.
XpoLog’s LogAway agent provides a solution for accessing logs located on remote machines over SSH where the ‘less’ command is not available. It is important to note that the agent is passive, and does not run any process on the remote machine unless requested to do so by the XpoLog server.

Technical Details

XPLG’s LogAway agent is a JAR file located in the home directory of the user that is used by XPLG to access the remote machine. After the JAR file is deployed on the remote machine, it does not run any process. Instead, the XPLG server automatically identifies that the LogAway agent is available on the remote machine, and uses it instead of utilizing traditional system commands.

All the data which is transferred by the LogAway agent to the XPLG server is compressed, to minimize network traffic. 

Deployment

  1. Verify that Java is installed on the remote machine:

    1. Log in to the remote machine using the same user that is used by XPLG to access the remote machine (check the SSH account in XPLG address book and make sure to use the same user that is used in the SSH account).

    2. Run the

      command

      command java -version (the LogAway agent requires Java version 1.4+ to run)

  2. Download XPLG’s LogAway package compatible to the Java version installed on the remote machine:

    1. Download LogAway for Java 1.4+: LogAway for JAVA 1.4+

  3. Copy XPLG’s LogAway package to the remote machine (place it in the home directory of the user that is used by

    XpoLog

    XPLG to access the remote machine)

  4. Unpack XPLG’s LogAway package by running the following commands:

    1. Run:
      gunzip xpologAgent.tar.gz (unzip the package)

    2. Run:
      tar -xvf xpologAgent.tar (extract the tar)

    3. Verify that a folder named

      xpologAgent was

      xpologAgent was created and contains several files

  5. Verify that XPLG’s LogAway

    agent

    jar can be

    executed

    used:

    1. Enter the

      xpologAgent folder

      xpologAgent folder

    2. Run the command

      sh

       sh runAgent.sh

      –v

      -v

    3. Verify that information regarding the

      agent is

      LogAway is printed to the screen

  6. Verify

    Optional (improves performance) - verify on the remote server that TCP port forwarding is enabled:

    1. View the file /etc/ssh/sshd_config

    2. The parameter 'AllowTcpForwarding' specifies whether TCP forwarding is permitted (the default is ''yes''). Note that disabling TCP forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders. In case 'AllowTcpForwarding' is set to "no" change it to "yes" and restart the SSH service

      .
    Go to XPLG>Settings>General, and under the 'Connection Policies' configure the following:
    1. LogAway Agent forwarding port -  a free port on the remote machine to use (try "netstat" to list ports in use)

      .

      LogAway uses the port locally in order to use SSH port forwarding (for example: 5555). It is not recommended to use ports 0-1023, as these are usually system processes ports.

    2. LogAway Agent forwarding timeout - the allowed period of LogAway Agent inactivity before it's connection is terminated (default 1 minute)
  7. In order to verify that the agent can be used by the XPLG server, add a log over SSH on this machine using direct access mode and check that everything works as expected

    .

    :

    1. Open XPLG Support Portal > Activity Information and under SSH connections tab verify that the connection mode is Agent (instead of the default: Less).

    2. Run a search on the added log to ensure updated data is collected and available in XPLG server.