NODE_EVICTIONS
Monitors node evictions on the system.
	Monitors node evictions on the system.
| Column Name | Data Type | Description | 
|---|---|---|
| EVICTION_TIMESTAMP | TIMESTAMPTZ | Timestamp when the eviction request was made. | 
| NODE_NAME | VARCHAR | The node name logging the information. | 
| EVICTED_NODE_NAME | VARCHAR | The node name of the evicted node. | 
| EVICTED_NODE_ID | INTEGER | The evicted node ID. | 
| NODE_STATE_BEFORE_EVICTION | VARCHAR | The previous node state at the time of eviction. |