# FireEye

## FireEye&#x20;

To Forward Fireeye Logs &#x20;

1. Log in to the FireEye appliance by using the CLI.&#x20;
2. To activate configuration mode, type the following commands:&#x20;

`enable`&#x20;

`configure terminal`&#x20;

1. To enable rsyslog notifications, type the following command:&#x20;

`fenotify rsyslog enable`&#x20;

1. To add BluSapphire Log Collector as a rsyslog notification consumer, type the following command:&#x20;

`fenotify rsyslog trap-sink blus`&#x20;

1. To specify the IP address for the “Log Collector” system that you want to receive rsyslog trap-sink notifications, type the following command:&#x20;

`fenotify rsyslog trap-sink blus address <Log Collector_IP_address>`&#x20;

1. To define the rsyslog event format, type the following command:&#x20;

`fenotify rsyslog trap-sink blus prefer message format cef`&#x20;

1. To save the configuration changes to the FireEye appliance, type the following command:&#x20;

`write memory`&#x20;

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blusapphire.io/log-forwarding/03_log-forwarding-guide/log-forward/fireeye.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
