Skip to content

Commit

Permalink
update mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Apr 30, 2020
1 parent bba5e5e commit 9abd565
Show file tree
Hide file tree
Showing 2 changed files with 2,104 additions and 628 deletions.
56 changes: 53 additions & 3 deletions x-pack/test/functional/es_archives/uptime/blank/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,13 +1665,27 @@
},
"id": {
"type": "keyword",
"fields": {
"text": {
"type": "text",
"norms": false,
"analyzer": "simple"
}
},
"ignore_above": 1024
},
"ip": {
"type": "ip"
},
"name": {
"type": "keyword",
"fields": {
"text": {
"type": "text",
"norms": false,
"analyzer": "simple"
}
},
"ignore_above": 1024
},
"status": {
Expand Down Expand Up @@ -3079,10 +3093,21 @@
},
"x509": {
"properties": {
"alternative_names": {
"type": "keyword",
"ignore_above": 1024
},
"issuer": {
"properties": {
"common_name": {
"type": "keyword",
"fields": {
"text": {
"type": "text",
"norms": false,
"analyzer": "simple"
}
},
"ignore_above": 1024
},
"distinguished_name": {
Expand All @@ -3092,14 +3117,16 @@
}
},
"not_after": {
"type": "keyword",
"ignore_above": 1024
"type": "date"
},
"not_before": {
"type": "date"
},
"public_key_algorithm": {
"type": "keyword",
"ignore_above": 1024
},
"public_key_algorithm": {
"public_key_curve": {
"type": "keyword",
"ignore_above": 1024
},
Expand All @@ -3126,8 +3153,31 @@
"distinguished_name": {
"type": "keyword",
"ignore_above": 1024
},
"subject": {
"properties": {
"common_name": {
"type": "keyword",
"fields": {
"text": {
"type": "text",
"norms": false,
"analyzer": "simple"
}
},
"ignore_above": 1024
},
"distinguished_name": {
"type": "keyword",
"ignore_above": 1024
}
}
}
}
},
"version_number": {
"type": "keyword",
"ignore_above": 1024
}
}
}
Expand Down
Loading

0 comments on commit 9abd565

Please sign in to comment.