Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearch mappings warnings #106

Open
danstoner opened this issue Aug 16, 2020 · 0 comments
Open

elasticsearch mappings warnings #106

danstoner opened this issue Aug 16, 2020 · 0 comments
Assignees

Comments

@danstoner
Copy link
Contributor

danstoner commented Aug 16, 2020

A number of warnings with Elasticsearch 5.5 (local testing in docker).

docker run -e discovery.type=single-node -p 9200:9200 -p 9300:9300 elasticsearch:5.5.2

[2020-08-16T00:45:42,411][INFO ][o.e.c.r.a.AllocationService] [WFiROMh] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[idigbio-dev-local][0]] ...]).
[2020-08-16T00:45:42,449][WARN ][o.e.d.r.RestController   ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.
[2020-08-16T00:45:42,484][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordsets]
[2020-08-16T00:45:42,495][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,499][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,499][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,502][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,509][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [name]
[2020-08-16T00:45:42,587][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordsets]
[2020-08-16T00:45:42,588][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,589][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,590][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,590][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,592][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [name]
[2020-08-16T00:45:42,613][INFO ][o.e.c.m.MetaDataMappingService] [WFiROMh] [idigbio-dev-local/3XuRtcQrTl-xDHy_nfYZwg] create_mapping [publishers]
[2020-08-16T00:45:42,662][WARN ][o.e.d.r.RestController   ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.
[2020-08-16T00:45:42,692][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [publisher]
[2020-08-16T00:45:42,693][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,696][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [archivelink]
[2020-08-16T00:45:42,697][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [rights]
[2020-08-16T00:45:42,698][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [first_name]
[2020-08-16T00:45:42,699][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [last_name]
[2020-08-16T00:45:42,700][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [role]
[2020-08-16T00:45:42,701][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [email]
[2020-08-16T00:45:42,701][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,702][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,703][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [emllink]
[2020-08-16T00:45:42,704][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [logourl]
[2020-08-16T00:45:42,704][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,705][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [name]
[2020-08-16T00:45:42,709][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [publisher]
[2020-08-16T00:45:42,710][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,710][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [archivelink]
[2020-08-16T00:45:42,711][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [rights]
[2020-08-16T00:45:42,711][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [first_name]
[2020-08-16T00:45:42,712][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [last_name]
[2020-08-16T00:45:42,712][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [role]
[2020-08-16T00:45:42,713][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [email]
[2020-08-16T00:45:42,713][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,717][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,718][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [emllink]
[2020-08-16T00:45:42,719][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [logourl]
[2020-08-16T00:45:42,720][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,721][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [name]
[2020-08-16T00:45:42,727][INFO ][o.e.c.m.MetaDataMappingService] [WFiROMh] [idigbio-dev-local/3XuRtcQrTl-xDHy_nfYZwg] create_mapping [recordsets]
[2020-08-16T00:45:42,758][WARN ][o.e.d.r.RestController   ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.
[2020-08-16T00:45:42,776][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [licenselogourl]
[2020-08-16T00:45:42,777][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,778][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [format]
[2020-08-16T00:45:42,778][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordset]
[2020-08-16T00:45:42,779][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [rights]
[2020-08-16T00:45:42,783][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [tag]
[2020-08-16T00:45:42,787][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [mediatype]
[2020-08-16T00:45:42,788][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [records]
[2020-08-16T00:45:42,789][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,790][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,790][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [webstatement]
[2020-08-16T00:45:42,791][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,791][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [type]
[2020-08-16T00:45:42,792][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [accessuri]
[2020-08-16T00:45:42,796][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [licenselogourl]
[2020-08-16T00:45:42,797][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [uuid]
[2020-08-16T00:45:42,798][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [format]
[2020-08-16T00:45:42,798][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordset]
[2020-08-16T00:45:42,799][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [rights]
[2020-08-16T00:45:42,800][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [tag]
[2020-08-16T00:45:42,800][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [mediatype]
[2020-08-16T00:45:42,801][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [records]
[2020-08-16T00:45:42,802][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [flags]
[2020-08-16T00:45:42,802][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [etag]
[2020-08-16T00:45:42,803][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [webstatement]
[2020-08-16T00:45:42,803][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [recordids]
[2020-08-16T00:45:42,804][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [type]
[2020-08-16T00:45:42,804][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [accessuri]
[2020-08-16T00:45:42,817][INFO ][o.e.c.m.MetaDataMappingService] [WFiROMh] [idigbio-dev-local/3XuRtcQrTl-xDHy_nfYZwg] create_mapping [mediarecords]
[2020-08-16T00:45:42,861][WARN ][o.e.d.r.RestController   ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.
[2020-08-16T00:45:42,892][WARN ][o.e.d.i.m.StringFieldMapper$TypeParser] The [string] field is deprecated, please use [text] or [keyword] instead on [canonicalname]
@danstoner danstoner self-assigned this Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant