kibana/x-pack/test/security_solution_cypress/es_archives/unmapped_fields/data.json
Gloria Hornero 218abe41fe
[Security Solution] adds 'Alert details with unmapped fields' test (#98800)
* adds 'Alert details with unmapped fields' test

* fixes test

* improvements

* fixes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-04 08:00:36 +02:00

14 lines
312 B
JSON

{
"type": "doc",
"value": {
"id": "_eZE7mwBOpWiDweStB_c",
"index": "unmapped-7.12.0-2021.03.10-000001",
"source": {
"@timestamp":"2021-02-22T21:00:49.337Z",
"mydestination":{
"ip": ["127.0.0.1", "127.0.0.2"]
},
"unmapped": "This is the unmapped field"
}
}
}