Updated trimet.vehicleID from Integer to Keyword (#132425) (#132436)

* updated tutorial to use Filebeat and Datastreams rather than Logstash and a static index

* Fixed pipeline issue when inCongestion is null the pipeline fails. Now if null its set as false

* Fixed pipeline issue when inCongestion is null the pipeline fails. Now if null its set as false

* Corrected minor mistakes in docs

* Changed trimet.vehicleID from int to keyword

* Update docs/maps/asset-tracking-tutorial.asciidoc

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>

* Update docs/maps/asset-tracking-tutorial.asciidoc

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>

* Update docs/maps/asset-tracking-tutorial.asciidoc

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>

* Update docs/maps/asset-tracking-tutorial.asciidoc

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
(cherry picked from commit 956703a71f)

Co-authored-by: James Garside <james@jgarside.co.uk>
This commit is contained in:
Kibana Machine 2022-05-18 09:35:12 -05:00 committed by GitHub
parent 629410722c
commit 21c369ee0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,10 +136,10 @@ PUT _index_template/tri_met_tracks
"type": "text"
},
"lastLocID": {
"type": "integer"
"type": "keyword"
},
"nextLocID": {
"type": "integer"
"type": "keyword"
},
"locationInScheduleDay": {
"type": "integer"
@ -163,13 +163,13 @@ PUT _index_template/tri_met_tracks
"type": "keyword"
},
"tripID": {
"type": "integer"
"type": "keyword"
},
"delay": {
"type": "integer"
},
"extraBlockID": {
"type": "integer"
"type": "keyword"
},
"messageCode": {
"type": "integer"
@ -188,7 +188,7 @@ PUT _index_template/tri_met_tracks
"doc_values": true
},
"vehicleID": {
"type": "integer"
"type": "keyword"
},
"offRoute": {
"type": "boolean"