Disassociate Product Documentation
This product is primarily used by the indexer.
Types
- disassociate
- Break an association between two events that may associate automatically.
- Note: If an event has an explicit
associate
anddisassociate
product to another event, then thedisassociate
product takes precedence.
Sources
- admin
- Event Admin Web Pages
Status
- UPDATE
- Force the disassociation of two events that automatically associated.
- DELETE
- Remove a forced disassociation between two events.
- NOTE: this does NOT mean the events are related, but the disassociation between the two events SHOULD be re-evaluated. (see also associate).
Properties
- eventsource
- The network code to which this product is related.
- eventsourcecode
- The network event code to which this product is related.
- othereventsource
- The network code of the event that should be disassociated.
- othereventsourcecode
- The network event code of the event that should be disassociated.
Contents
- ””
- A comment describing the reason for this disassociation.
- Note: This is “inline” content identified by the empty path.
Example
1
2
3
4
5
6
7
8
9
java -jar ProductClient.jar --send \
--type="disassociate" \
--eventsource="eventsource" \
--eventsourcecode="eventsourcecode" \
--source="source" \
--code="code" \
--content="Splitting events mistakenly automatically associated" \
--property-othereventsource="othereventsource" \
--property-othereventsourcecode="othereventsourcecode"
Last modified: Wed Jul 31 21:14:33 UTC 2024