Is it possible to remove Cassandra Visibility keyspace if using Elasticsearch?

If a visibilityStore is unspecified, I get the error
“Unable to load configuration: config file corrupted: Persistence.VisibilityStore: zero value.”
on startup.

I have an advancedVisibilityStore configured, and in the dynamicconfig I’ve set
system.advancedVisibilityWritingMode:
- value: “on”
system.enableReadVisibilityFromES:
- value: true

the visibilityStore section currently must be set (although not used if using ES).

we are aware and are working on remove these unnecessary configs.