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

Update mirroring.md #1651

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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 docs/integrations/mirroring.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_mapping_fields_command():
```

## Classification and Mapping with Mirroring
When incoming mirroring happens, the incident goes through both the classifier and the mapper. The classifier sets a specific value for the incident type, and the mapper updates the incident with this value, ensuring that the incident type matches what the classifier determined.
When incoming mirroring occurs, the incident is classified and the mapped. The classifier sets a specific value for the incident type, and the mapper updates the incident with this value, ensuring that the incident type matches what the classifier determined.
To prevent the incident type from changing during mirroring:
1. If your integration instance does not fetch incidents, do not set a default incident type, and remove the classifier.
2. Set up a second integration instance without classification that uses the same mapper.
Expand Down
Loading