You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/observability/observability-ai-assistant.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,7 @@ For air-gapped environments, installing product documentation requires special c
422
422
```{applies_to}
423
423
serverless: preview
424
424
stack: preview 9.1
425
+
```
425
426
426
427
Anonymization masks personally identifiable or otherwise sensitive information before chat messages leave Kibana for a third-party LLM.
427
428
Enabled rules substitute deterministic tokens (for example `EMAIL_ee4587…`) so the model can keep context without ever seeing the real value.
@@ -437,22 +438,6 @@ When an anonymization rule is enabled in the [AI Assistant settings](#obs-ai-set
437
438
2. The fully masked conversation is sent to the LLM.
438
439
3. After the LLM responds, the original values are restored so the user sees deanonymized text and any persisted conversation history stores the original content. Deanonymization information is stored with the conversation messages to enable the UI to highlight anonymized content.
439
440
440
-
The following example shows the anonymized content highlighted in the chat window using a `RegExp` rule to mask GKE hostnames:
:alt: AI Assistant chat showing hostname anonymization in action
453
-
:screenshot:
454
-
:::
455
-
456
441
### Rule types [obs-ai-anonymization-rules]
457
442
458
443
@@ -480,6 +465,24 @@ The following example shows the anonymized content highlighted in the chat windo
480
465
481
466
Rules are evaluated top-to-bottom with `RegExp` rules processed first, then `NER` rules; the first rule that captures a given entity wins. Rules can be configured in the [AI Assistant Settings](#obs-ai-settings) page.
482
467
468
+
### Example
469
+
470
+
The following example shows the anonymized content highlighted in the chat window using a `RegExp` rule to mask GKE hostnames:
0 commit comments