When migrating to a Search Head Cluster, what happens to existing saved searches that were defined in local/savedsearches.conf on a standalone search head?
Trap 1: They are automatically migrated by the cluster.
They must be moved manually to the app bundle.
Trap 2: They are deleted by the captain.
The captain doesn't delete files outside its control.
Trap 3: They are replicated to all members automatically.
The captain only replicates bundles it has pushed.
- A
They are ignored by the cluster.
The cluster only respects configurations in the app bundle managed by the captain.
- B
They are automatically migrated by the cluster.
Why wrong: They must be moved manually to the app bundle.
- C
They are deleted by the captain.
Why wrong: The captain doesn't delete files outside its control.
- D
They are replicated to all members automatically.
Why wrong: The captain only replicates bundles it has pushed.
- E
They cause a cluster startup error.
Why wrong: They are simply ignored.