Graylog Configuration

Configure Graylog to Receive Event Logs

  1. Log in to your Graylog instance and navigate to System > Inputs.
    Graylog Configuration
  2. From the dropdown menu, select GELF HTTP and click Launch new input.
    Graylog Configuration
  3. In the configuration modal, provide the following details:
    • Title: A descriptive name (e.g., Enpass-Event-Logs)
    • Port: A unique port number (e.g., 12201)
      Graylog Configuration
    • Enable Bulk Receiving: Check this box
    • Authorization Header Name: Enter Authorization
    • Authorization Header Value: Enter Bearer <secret_token>

      Replace <secret_token> with your self-generated secret API token (Create any secure random string. e.g., Bearer my-secure-random-token-12345)

      Save this token securely as you'll need it for the Admin Console setup in Step 5

      Graylog Configuration
  4. Leave all other fields at their default values.
  5. Click Launch input.

This creates an HTTP input endpoint in Graylog. The endpoint URL will be in the format: http://<graylog-ip>:<port>/gelf


Related topics