How can we help?

Search for answers or browse our knowledge base.

Table of Contents

How to mirror the WordPress activity log to Loggly

The WP Activity Log plugin can be configured to mirror your WordPress activity log to Loggly, a cloud-based log management and analytics service provider. The WordPress activity log is mirrored to third party services in real time, so you can see what is happening on your site in real time directly from your third party service of choice.

This document explains how you can mirror the activity logs of your WordPress website(s) to Loggly. In short, the process consists of the following steps:

  1. Create a Customer Token in Loggly
  2. Set up a Loggly connection in the WP Activity Log plugin
  3. Configure the mirroring of the activity log to Loggly

1. Create a Customer Token in Loggly

For the plugin to be able to send logs to Loggly you will need a Customer Token. In this section we explain how you can create one. Please note that the below is a basic explanation. For more detailed information about customer tokens in Loggly please refer to the Loggly documentation.

loggly-customer-token
  1. Navigate to https://[your_subdomain].loggly.com/tokens.
  2. Click the Add New button next to the Customer Tokens.
  3. Specify a description and click Save.
  4. Once the token is created, click the copy icon to copy it so you can use it in the plugin configuration.

2. Create a Loggly connection in the plugin

To setup a Loggly connection in the activity log plugin:

  1. Click on the Integrations node in the plugin menu.
  2. Click the Create a Connection button to launch the connection setup wizard.
  3. Select Loggly from the Type of Connection drop down menu in the first step of the wizard.
  4. When the plugin completes the requirements test, click Next.
wsal-loggly-wizard-token
  1. Paste the Loggly token in the placeholder and click Next.
  2. When the plugin completes the test, specify a name for the connection. The connection name is the friendly name that is used in the plugin. They can be up to 25 characters long and can only consist of letters, numbers and underscores.
  3. Click Save Connection to close the wizard.

Testing the Loggly Connection

Once the connection is setup it will be listed in the Connections tab. Click the Test button to send a test message to the configured service via the plugin and confirm the configuration.

loggly-test-message

3. Configuring the mirroring of the activity log to Loggly

Once the Loggly connection has been configured, configure the mirroring by following the below instructions:

  1. Click on the Integrations node in the plugin menu.
  2. Navigate to the Mirroring tab and click the Setup an Activity Log Mirror button.
log-mirror-wizard-loggly

3. In the first step of the wizard specify the following:

  • Friendly name for the mirror.
  • Mirror identifier in logs (this will be added to each even, so you know the source of the activity log event).
  • Select the Loggly connection you’ve just setup from the Connection drop down menu.

4. In the second step of the wizard specify if you want the mirroring to start right away.

slack integration filters

5. In the last step of the wizard you can configure activity log filtering rules for the mirroring connection. By default, the connection is set to Send all events option, though if you’d like to setup any filtering rules refer to configuring filtering rules for activity log mirroring connections.

6. Click Save mirror to save the new mirroring process.

WordPress activity log in your Loggly subdomain

That is it. Now the plugin will send a copy of the activity log events to Loggly as they happen, in real time!

activity log loggly

Restrict log writing to mirror only

Once the mirroring setup process is complete, and WP Activity Log has successfully started writing to Loggly, you will have the option to stop writing activity logs to the database. While this will help you prevent redundant data, do keep in mind that the plugin will only write activity logs to the configured mirror(s).

To stop writing activity logs to the database, switch off the Write activity log to database option as available in the Mirroring tab.

activity log database

More information & other Integrations

Refer to getting started mirroring the WordPress activity log for more information on the format of the logs, the third party services the plugin can mirror activity logs to and other technical details.