diff --git a/src/views/xpack/GatheredUser/GatheredUserList.vue b/src/views/xpack/GatheredUser/GatheredUserList.vue index bf4655292..ce916d583 100644 --- a/src/views/xpack/GatheredUser/GatheredUserList.vue +++ b/src/views/xpack/GatheredUser/GatheredUserList.vue @@ -32,7 +32,19 @@ export default { headerActions: { hasCreate: false, hasLeftActions: false, - hasImport: false + hasImport: false, + searchConfig: { + options: [ + { + label: this.$t('assets.Hostname'), + value: 'asset__hostname' + }, + { + label: 'IP', + value: 'asset__ip' + } + ] + } } } },