Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reference to common source properties in all sources #50

Merged
merged 2 commits into from
Jul 16, 2020
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion website/docs/r/cloudsyslog_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "sumologic_collector" "collector" {

## Argument reference

Only the common properties are valid.
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)

## Attributes reference

Expand Down
4 changes: 4 additions & 0 deletions website/docs/r/collector.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ The following arguments are supported:
* `timezone` - (Optional) The time zone to use for this collector. The value follows the [tzdata][2] naming convention.
* `fields` - (Optional) Map containing [key/value pairs][3].

### See also
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)

## Attributes Reference
The following attributes are exported:

* `id` - The internal ID of the collector. This can be used to attach sources to the collector.
Expand Down
6 changes: 5 additions & 1 deletion website/docs/r/http_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ In addition to the common properties, the following arguments are supported:

- `message_per_request` - (Optional) When set to `true`, will create one log message per HTTP request.

### See also
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)

## Attributes Reference
The following attributes are exported:

- `id` - The internal ID of the source.
Expand All @@ -43,7 +47,7 @@ HTTP sources can be imported using the collector and source IDs (`collector/sour
terraform import sumologic_http_source.test 123/456
```

+HTTP sources can be imported using the collector name and source name (`collectorName/sourceName`), e.g.:
HTTP sources can be imported using the collector name and source name (`collectorName/sourceName`), e.g.:

```hcl
terraform import sumologic_http_source.test my-test-collector/my-test-source
Expand Down
3 changes: 3 additions & 0 deletions website/docs/r/polling_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ In addition to the common properties, the following arguments are supported:
+ `namespace` - Namespace for which you want to define the tag filters. Use value as `All` to apply the tag filter for all namespaces.
+ `tags` - List of key-value pairs of tag filters. Eg: `["k3=v3"]`

### See also
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)

## Attributes Reference
The following attributes are exported:

- `id` - The internal ID of the source.
Expand Down