Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/integrations/app-development/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,13 @@ In this step, you configure a Hosted Collector to receive Webhook Events from Gi

1. Configure a [Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector), or select an existing hosted collector for the HTTP Source.
2. Configure an[ HTTP Source](/docs/send-data/hosted-collectors/http-source/logs-metrics) on the Hosted Collector.
* For Source Category, enter any string to tag the output collected from this Source, such as **GitHub**.
* Click **+Add Field** and provide the following:
1. For Source Category, enter any string to tag the output collected from this Source, such as `GitHub`.
1. Click **+Add Field** and provide the following:
* **Field Name**. `_convertHeadersToFields`
* **Value**. `true`
* Expand **Advanced Options for Logs (Optional)** section, then **uncheck (disable)** option, then **Extract timestamp information from log file entries** in **Timestamp Parsing**
* Click **Save** and make note of the HTTP address for the Source. You will supply it when you configure the GitHub Webhook in the next section.<br/><img src={useBaseUrl('img/integrations/app-development/Field_GitHub.png')} alt="Field_GitHub" />
1. Expand the **Advanced Options for Logs (Optional)** section.
1. In the **Enable Timestamp Parsing** section, check **Extract timestamp information from log file entries**.
1. Click **Save** and make note of the HTTP address for the Source. You will supply it when you configure the GitHub Webhook in the next section.<br/><img src={useBaseUrl('img/integrations/app-development/Field_GitHub.png')} alt="Field_GitHub" />

### Configure a GitHub Webhook

Expand Down