Skip to content

Commit 4457261

Browse files
committed
Add link to docs
1 parent 062cf98 commit 4457261

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

internal/kibana/security_list/resource-description.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
Manages Kibana security lists (also known as value lists). Security lists are used by exception items to define sets of values for matching or excluding in security rules.
22

3-
## Example Usage
4-
5-
```terraform
6-
resource "elasticstack_kibana_security_list" "ip_list" {
7-
space_id = "default"
8-
name = "Trusted IP Addresses"
9-
description = "List of trusted IP addresses for security rules"
10-
type = "ip"
11-
}
12-
13-
resource "elasticstack_kibana_security_list" "keyword_list" {
14-
space_id = "security"
15-
list_id = "custom-keywords"
16-
name = "Custom Keywords"
17-
description = "Custom keyword list for detection rules"
18-
type = "keyword"
19-
}
20-
```
3+
Relevant Kibana docs can be found [here](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-security-lists-api).
214

225
## Notes
236

0 commit comments

Comments
 (0)