We're seeing a lot of warnings from our newly created OpenSearch Dashboard (round 2):
This is because a database write is happening on render, we should update this preference in the client so we're not violating the db write on GET request rule.
Something like so:
await api.postWithEditToken( {
action: 'options',
optionname: 'personaldashboard-visited',
optionvalue: '1'',
formatversion: 2
} );Acceptance Criteria:
- Warning is no longer appearing in our logstash dashboard
- Database write not happening during GET request