mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[scenarioManager] use index:true rather than removal from 8d0d581577
This commit is contained in:
parent
2486b1d76e
commit
9a4bb32385
2 changed files with 6 additions and 2 deletions
|
@ -43,6 +43,7 @@ module.exports = {
|
|||
},
|
||||
'id': {
|
||||
'type': 'integer',
|
||||
'index': true,
|
||||
'include_in_all': false
|
||||
},
|
||||
'clientip': {
|
||||
|
@ -92,7 +93,8 @@ module.exports = {
|
|||
'type': 'string'
|
||||
},
|
||||
'lastname': {
|
||||
'type': 'integer'
|
||||
'type': 'integer',
|
||||
'index': true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@ module.exports = {
|
|||
},
|
||||
'id': {
|
||||
'type': 'integer',
|
||||
'index': true,
|
||||
'include_in_all': false
|
||||
},
|
||||
'clientip': {
|
||||
|
@ -92,7 +93,8 @@ module.exports = {
|
|||
'type': 'string'
|
||||
},
|
||||
'lastname': {
|
||||
'type': 'integer'
|
||||
'type': 'integer',
|
||||
'index': true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue