Package org.elasticsearch.useragent.api
Class UserAgentParsedInfo
java.lang.Object
org.elasticsearch.useragent.api.UserAgentParsedInfo
Field name constants and field metadata for user-agent parsed information.
Used for ES|QL command integration, following the pattern of
RegisteredDomain.getRegisteredDomainInfoFields().-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SequencedMap<String, Class<?>> Returns an ordered map of field names to their types for user-agent parsed information.
-
Field Details
-
NAME
- See Also:
-
VERSION
- See Also:
-
OS_NAME
- See Also:
-
OS_VERSION
- See Also:
-
OS_FULL
- See Also:
-
DEVICE_NAME
- See Also:
-
DEVICE_TYPE
- See Also:
-
-
Method Details
-
getUserAgentInfoFields
Returns an ordered map of field names to their types for user-agent parsed information.
-