The System Event Audit Messages page needs to be updated for the `createIndex` audit event atype. The param field now appears as follows:
Unknown macro: {
ns}
The possible values for `indexBuildState` are `IndexBuildStarted`, `IndexBuildSucceeded`, and `IndexBuildAborted`.
In addition, the result code should be updated to include the following:
0 - Success
276 - IndexBuildAborted
The `IndexBuildAborted` result code will be provided for `createIndex` audit events with param `IndexBuildState` set to `IndexBulidAborted`, while the `Success` result code will be provided for audit events with param `IndexBuildState` set to either `IndexBuildStarted` or `IndexBuildSucceeded`.