---
title: Tenable Nessus
description: Track nessus backend and webserver logs
breadcrumbs: Docs > Integrations > Tenable Nessus
---

# Tenable Nessus
Supported OS Integration version3.2.0
## Overview{% #overview %}

This integration monitors [Tenable Nessus](https://www.tenable.com/products/nessus) logs through the Datadog Agent.

**Minimum Agent version:** 7.17.2

## Setup{% #setup %}

Follow the instructions below configure this integration for an Agent running on a host.

### Installation{% #installation %}

To install the Tenable integration configuration on your Agent:

**Note**: This step is not necessary for Agent version >= 7.18.0.

1. [Install](https://docs.datadoghq.com/agent/guide/integration-management.md#install) the 1.0 release (`tenable==1.0.0`).

### Configuration{% #configuration %}

The Agent tails the Tenable Nessus `webserver` and `backend` logs to collect data on Nessus scans.

#### Log collection{% #log-collection %}

*Available for Agent versions >6.0*

1. Collecting logs is disabled by default in the Datadog Agent, enable it in your `datadog.yaml` file:

   ```yaml
   logs_enabled: true
   ```

1. Uncomment and edit this configuration block at the bottom of your `tenable.d/conf.yaml`:

See the [sample tenable.d/conf.yaml](https://github.com/DataDog/integrations-core/blob/master/tenable/datadog_checks/tenable/data/conf.yaml.example) for available configuration options.

   ```yaml
      logs:
       - type: file
         path: /opt/nessus/var/nessus/logs/backend.log
         service: nessus_backend
         source: tenable
   
       - type: file
         path: /opt/nessus/var/nessus/logs/www_server.log
         service: nessus_webserver
         source: tenable
   ```

Customize the `path` and `service` parameter values if necessary for your environment.

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands.md?tab=agentv6#start-stop-and-restart-the-agent).

#### Log data collected{% #log-data-collected %}

1. Nessus backend logs collect data on scan names, start time, stop time, durations, target(s)
1. Nessus web server logs collect data on access logs for the Nessus web server including Client IPs, User Agents, and login attempts/successes/failures.

### Metrics{% #metrics %}

This integration does not include any metrics.

### Events{% #events %}

This integration does not include any events.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).
