Start and Stop Event Importer

Applies To: WatchGuard SIEMFeeder

After you complete the WatchGuard Event Importer configuration wizard, you can start or stop Event Importer at any time.

When you start the Event Importer program, Event Importer begins the automatic import of event log files to the locations you specify in the configuration wizard.

In Command Line Mode (Windows)

To start Event Importer:

  • Right-click the EventsFeederImporter.Multiplatform.Host.exe file and select Run as Administrator.
    The Event Importer pane shows and reports the output of the command.

To stop Event Importer:

  • From the Event Importer pane, press the keyboard shortcut Ctrl+C.

In Service Mode (Windows)

If configured to do so, the Event Importer service starts each time Microsoft Windows boots. To start the Event Importer service after a manual stop:

  1. In Windows, open Task Manager.
  2. Select the Services tab.
  3. Right-click the Event Importer service and select Start.

Service runs in Task manager.

To stop the Event Importer service:

  1. In Windows, open Task Manager.
  2. Select the Services tab.
  3. Right-click the Event Importer service and select Stop.

In Command Line Mode (Linux)

To start Event Importer:

  • At the command prompt, type:
    ./EventsFeederImporter.Multiplatform.Host
    The Event Importer pane shows and reports the output of the command.

To stop Event Importer:

  1. From the command line, type the command:
    ps ax | grep “EventsFeederImporter.Multiplatform.Host”
  2. Make a note of the process ID number.
  3. Type the command (where process_ID_number is the number noted in Step 2):
    kill -9 process_ID_number

Screen shot of Linux stop, Event Importer

In Daemon Mode (Linux)

You can use a Linux distribution terminal window to start, stop, or get the status of Event Importer:

  • To start Event Importer, from the command line, type the command:
    sudo systemctl start siemfeeder
  • To stop Event Importer, from the command line, type the command:
    sudo systemctl stop siemfeeder
  • To get the status of Event Importer, from the command line, type the command:
    sudo systemctl status siemfeeder.service

Related Topics

About SIEMFeeder

Configure and Run Event Importer

Configure Event Log Storage and Forwarding