[Security Solution] Remove unused mock data (#92357)

* update mocked index

* update mocked index

* update mocked index

* remove unused mock data

* update mock data

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Angela Chuang 2021-03-01 15:25:12 +00:00 committed by GitHub
parent 4b42574846
commit 1fa774cfe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 4144955 deletions

View file

@ -49,7 +49,7 @@ export default function ({ getService }: FtrProviderContext) {
fakePossibleCount: 3,
querySize: 1,
},
defaultIndex: ['auditbeat-*', 'filebeat-*', 'packetbeat-*', 'winlogbeat-*'],
defaultIndex: ['auditbeat-uncommon-processes'],
docValueFields: [],
inspect: false,
})
@ -78,7 +78,7 @@ export default function ({ getService }: FtrProviderContext) {
fakePossibleCount: 3,
querySize: 2,
},
defaultIndex: ['auditbeat-*'],
defaultIndex: ['auditbeat-uncommon-processes'],
docValueFields: [],
inspect: false,
wait_for_completion_timeout: '10s',
@ -109,7 +109,7 @@ export default function ({ getService }: FtrProviderContext) {
fakePossibleCount: 3,
querySize: 1,
},
defaultIndex: ['auditbeat-*'],
defaultIndex: ['auditbeat-uncommon-processes'],
docValueFields: [],
inspect: false,
wait_for_completion_timeout: '10s',

View file

@ -39,7 +39,7 @@ export default function ({ getService }: FtrProviderContext) {
to: TO,
from: FROM,
},
defaultIndex: ['auditbeat-*'],
defaultIndex: ['auditbeat-users'],
docValueFields: [],
ip: IP,
flowTarget: FlowTarget.destination,

View file

@ -3,7 +3,7 @@
"type": "doc",
"value": {
"id": "HCFxB2kBR346wHgnL4ik",
"index": "auditbeat-8.0.0-2019.02.19-000001",
"index": "auditbeat-uncommon-processes",
"source": {
"@timestamp": "2019-02-19T20:27:31.074Z",
"agent": {
@ -88,7 +88,7 @@
"type": "doc",
"value": {
"id": "AyJ8B2kBR346wHgnJDDU",
"index": "auditbeat-8.0.0-2019.02.19-000001",
"index": "auditbeat-uncommon-processes",
"source": {
"@timestamp": "2019-02-19T20:39:29.051Z",
"agent": {
@ -173,7 +173,7 @@
"type": "doc",
"value": {
"id": "dSJ-B2kBR346wHgnV1E4",
"index": "auditbeat-8.0.0-2019.02.19-000001",
"index": "auditbeat-uncommon-processes",
"source": {
"@timestamp": "2019-02-19T20:41:53.180Z",
"agent": {

View file

@ -6,7 +6,7 @@
"is_write_index": true
}
},
"index": "auditbeat-8.0.0-2019.02.19-000001",
"index": "auditbeat-uncommon-processes",
"mappings": {
"_meta": {
"beat": "auditbeat",

View file

@ -1,8 +1,8 @@
{
"type": "doc",
"value": {
"index": "auditbeat-7.0.0-alpha1-2018.11.27",
"type": "doc",
"index": "auditbeat-users",
"type": "_doc",
"id": "Xa2ipWkBCQofM5eXEgsv",
"source": {
"@timestamp": "2018-11-27T02:59:28.060Z",
@ -29,8 +29,7 @@
"session": "unset"
},
"destination" : {
"ip" : "0.0.0.0",
"port" : "22"
"ip" : "0.0.0.0"
},
"event": {
"type": "user_err",
@ -51,7 +50,8 @@
"pid": "13647"
},
"source": {
"ip": "51.38.82.60"
"ip": "51.38.82.60",
"port": "22"
},
"network": {
"direction": "incoming"

View file

@ -1,7 +1,7 @@
{
"type": "index",
"value": {
"index": "auditbeat-7.0.0-alpha1-2018.11.27",
"index": "auditbeat-users",
"settings": {
"index": {
"codec": "best_compression",
@ -1900,4 +1900,4 @@
},
"aliases": {}
}
}
}

File diff suppressed because one or more lines are too long