Skip to content

Commit dce3687

Browse files
authored
Merge pull request #452 from SumoLogic/vsinghal13-patch-2
Update http_source.html.markdown
2 parents e3b6ff3 + 7b55517 commit dce3687

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

website/docs/r/http_source.html.markdown

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
---
77

88
# sumologic_http_source
9-
Provides a [Sumologic HTTP source][1], [Sumologic HTTP Traces source][2], [Sumologic Kinesis Log source][3] and [Sumologic HTTP_OTLP_source][4]. To start using Traces contact your Sumo account representative to activate.
9+
Provides a [Sumologic HTTP source][1], [Sumologic HTTP Traces source][2], [Sumologic Kinesis Log source][3], [Sumologic HTTP_OTLP_source][4] and [Sumologic RUM source][5]. To start using Traces contact your Sumo account representative to activate.
1010

1111
__IMPORTANT:__ The endpoint is stored in plain-text in the state. This is a potential security issue.
1212

@@ -59,7 +59,11 @@ resource "sumologic_collector" "collector" {
5959
In addition to the [Common Source Properties](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs#common-source-properties), the following arguments are supported:
6060

6161
- `message_per_request` - (Optional) When set to `true`, will create one log message per HTTP request.
62-
- `content_type` - (Optional) When configuring a HTTP Traces Source, set this property to `Zipkin`. When configuring a Kinesis Logs Source, set this property to `KinesisLog`. When configuring a HTTP OTLP Source, set this property to `Otlp`. This should only be used when creating a Traces, Kinesis Log or HTTP OTLP source.
62+
- `content_type` - (Optional) This should only be used when creating a Traces, Kinesis Log, HTTP OTLP or a RUM source.
63+
- When configuring a HTTP Traces Source, set this property to `Zipkin`.
64+
- When configuring a Kinesis Logs Source, set this property to `KinesisLog`.
65+
- When configuring a HTTP OTLP Source, set this property to `Otlp`.
66+
- When configuring a RUM Source, set this property to `Rum`.
6367

6468
### See also
6569
* [Common Source Properties](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs#common-source-properties)
@@ -83,7 +87,8 @@ HTTP sources can be imported using the collector name and source name (`collecto
8387
terraform import sumologic_http_source.test my-test-collector/my-test-source
8488
```
8589

86-
[1]: https://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source
87-
[2]: https://help.sumologic.com/Traces/HTTP_Traces_Source
88-
[3]: https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/AWS_Kinesis_Firehose_for_Logs_Source
89-
[4]: https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/OTLP_HTTP_Source
90+
[1]: https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/logs-metrics
91+
[2]: https://help.sumologic.com/docs/apm/traces/get-started-transaction-tracing/http-traces-source/
92+
[3]: https://help.sumologic.com/docs/send-data/hosted-collectors/amazon-aws/aws-kinesis-firehose-logs-source/
93+
[4]: https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/otlp/
94+
[5]: https://help.sumologic.com/docs/apm/real-user-monitoring/#step-1-create-a-rum-http-traces-source

0 commit comments

Comments
 (0)