fix profile editor
This commit is contained in:
13
README.md
13
README.md
@@ -58,10 +58,15 @@ The token field accepts a raw Graylog API token, the Base64 value after `Basic `
|
||||
or a complete `Basic <value>` header. Tokens are stored only in the local runtime
|
||||
configuration and are never returned by the dashboard API.
|
||||
|
||||
Use `Load selected stream fields` after choosing a stream. The field table shows
|
||||
Graylog datatype/capability metadata and lets you select an entity field, a time
|
||||
field, and categorical/numeric fields for the stream profile. Profiles are stored
|
||||
under `graylog_stream_profiles` in `state/fgai-config.json`.
|
||||
Use `Edit profile` on a stream to load its fields. The field table shows Graylog
|
||||
datatype/capability metadata and lets you select an entity field, a time field,
|
||||
and categorical/numeric fields for the stream profile. Profiles are stored under
|
||||
`graylog_stream_profiles` in `state/fgai-config.json`.
|
||||
|
||||
The settings page treats stream enablement and profile editing separately. The
|
||||
checkboxes decide which streams are monitored. Click `Edit profile` on one stream
|
||||
to load its fields and edit only that stream's profile; saving with no active
|
||||
profile editor leaves existing profiles unchanged.
|
||||
|
||||
Enabled streams are normalized through the same event model. Stream profiles
|
||||
define the entity, timestamp, categorical, and numeric fields used for baselines.
|
||||
|
||||
Reference in New Issue
Block a user