Invalid hour value expected string number value but found – How to solve this Elasticsearch exception

Opster Team

August-23, Version: 6.8-8.9

Briefly, this error occurs when Elasticsearch receives an invalid hour value during a date parsing operation. It expects a string or number value but found a different data type. To resolve this issue, you can check the data you’re trying to index and ensure that the hour values are correctly formatted as strings or numbers. Also, verify your date parsing and formatting rules in your Elasticsearch settings or mapping configurations. If you’re using a script or application to send data, ensure it’s correctly formatting the date and time values.

This guide will help you check for common problems that cause the log ” invalid hour value. expected string/number value; but found [{}] ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: plugin.

Log Context

Log “invalid hour value. expected string/number value; but found [{}]” class name is DayTimes.java. We extracted the following from Elasticsearch source code for those seeking an in-depth context :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
yield hour;
} catch (NumberFormatException nfe) {
throw new ElasticsearchParseException("invalid time hour value [{}]"; value);
}
}
default -> throw new ElasticsearchParseException("invalid hour value. expected string/number value; but found [{}]"; token);
};
} public static int parseMinuteValue(XContentParser parser; XContentParser.Token token) throws IOException; ElasticsearchParseException {
return switch (token) {
yield hour; } catch (NumberFormatException nfe) { throw new ElasticsearchParseException("invalid time hour value [{}]"; value); } } default -> throw new ElasticsearchParseException("invalid hour value. expected string/number value; but found [{}]"; token); }; } public static int parseMinuteValue(XContentParser parser; XContentParser.Token token) throws IOException; ElasticsearchParseException { return switch (token) {
 yield hour;
 } catch (NumberFormatException nfe) {
 throw new ElasticsearchParseException("invalid time hour value [{}]"; value);
 }
 }
 default -> throw new ElasticsearchParseException("invalid hour value. expected string/number value; but found [{}]"; token);
 };
 }  public static int parseMinuteValue(XContentParser parser; XContentParser.Token token) throws IOException; ElasticsearchParseException {
 return switch (token) {

 

 [ratemypost]

Opster
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.