Skip to content

Commit

Permalink
regenerate reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Mar 20, 2024
1 parent fa8e338 commit 16a66eb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* [`graylog_index_set`](#graylog_index_set): Defines an Index Set.
* [`graylog_input`](#graylog_input): Creates an Input.
* [`graylog_ldap_settings`](#graylog_ldap_settings): Configures LDAP authentication.
* [`graylog_lookup_adapter`](#graylog_lookup_adapter): Creates a Lookup Table Data Adapter.
* [`graylog_lookup_adapter`](#graylog_lookup_adapter): @summary#{' '} Creates a Lookup Table Data Adapter. Creates a Data Adapter for use with a Lookup table. At present all configuration must
* [`graylog_lookup_cache`](#graylog_lookup_cache): Creates a Lookup Table Cache.
* [`graylog_lookup_table`](#graylog_lookup_table): Configures a Lookup Table.
* [`graylog_pipeline`](#graylog_pipeline): Creates a processing pipleine.
Expand Down Expand Up @@ -1930,7 +1930,7 @@ usually discover the appropriate provider for your platform.

### <a name="graylog_dashboard"></a>`graylog_dashboard`

Creates an Dashboard.
#{' '}

* **See also**
* graylog_dashboard_widget
Expand Down Expand Up @@ -1987,7 +1987,7 @@ usually discover the appropriate provider for your platform.

### <a name="graylog_dashboard_layout"></a>`graylog_dashboard_layout`

Lays out the widgets on a dashboard.
#{' '}

* **See also**
* graylog_dashboard
Expand Down Expand Up @@ -2042,6 +2042,7 @@ Puppet will usually discover the appropriate provider for your platform.

The title of this resource should be the name of the dashboard on which the
widget appears, followed by !!!, followed by the name of the widget.
#{' '}

* **See also**
* graylog_dashboard
Expand Down Expand Up @@ -2387,6 +2388,7 @@ usually discover the appropriate provider for your platform.

### <a name="graylog_input"></a>`graylog_input`

#{' '}
This type covers the raw API and is agnostic to the type of input being
created. In most cases, you should declare inputs using the
graylog_api::input::* defined types, which wrap this type and provide
Expand Down Expand Up @@ -2595,6 +2597,9 @@ will usually discover the appropriate provider for your platform.

### <a name="graylog_lookup_adapter"></a>`graylog_lookup_adapter`

@summary#{' '}
Creates a Lookup Table Data Adapter.

Creates a Data Adapter for use with a Lookup table. At present all
configuration must be done manually, there are not yet any convenience
wrappers for specific adapter types.
Expand Down Expand Up @@ -3145,7 +3150,7 @@ graylog_stream { 'example':
type => 'equals',
value => 'bar',
},
],
],#{' '}
}
```

Expand Down Expand Up @@ -3232,9 +3237,9 @@ A user definition. Note that the admin user is built-in an cannot be changed.
graylog_user { 'test':
password => 'B1GnbfoNp9PND6ihXfZFjg',
full_name => 'Test user',
email => 'foo@bar',
email => 'foo@bar',#{' '}
roles => [
'Reader'
'Reader'#{' '}
]
}
```
Expand Down

0 comments on commit 16a66eb

Please sign in to comment.