Skip to content

Commit

Permalink
Added missing who data field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed Jul 30, 2018
1 parent d0db566 commit 3a56f9e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions server/integration-files/known-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,33 @@ export default [
"aggregatable": true,
"readFromDocValues": true
},
{
"name": "syscheck.audit.audit_uid",
"type": "string",
"count": 0,
"scripted": false,
"searchable": true,
"aggregatable": true,
"readFromDocValues": true
},
{
"name": "syscheck.audit.changed_fields",
"type": "string",
"count": 0,
"scripted": false,
"searchable": true,
"aggregatable": true,
"readFromDocValues": true
},
{
"name": "syscheck.audit.audit_name",
"type": "string",
"count": 0,
"scripted": false,
"searchable": true,
"aggregatable": true,
"readFromDocValues": true
},
{
"name": "syscheck.audit.proccess.name",
"type": "string",
Expand Down

0 comments on commit 3a56f9e

Please sign in to comment.