All Products
Search
Document Center

OpenSearch:Error logs in the console

Last Updated:Nov 07, 2024

This topic describes the error logs that may be generated in the consoles of OpenSearch Industry Algorithm Edition and High-performance Search Edition. This topic describes the scenarios in which error logs may be generated and the trigger conditions of these logs.

Reindexing errors

Error code

Description

Trigger condition

7500

A system error occurred.

-

7601

The scheduled task failed.

The scheduled reindexing task failed.

Data synchronization errors

Error code

Error message

Scenario

Trigger condition

7301

The specified primary key value of the document is not found. Specify a valid value and try again.

Verification

The error is returned when the value of the primary key is null.

7304

The primary key value of the document is empty. Specify a value and try again.

Verification

The error is returned when the primary key is of the TEXT type and the value is null or left empty.

7503

The data push failed because the field value of the JSON plug-in is not in the JSON format. Specify a valid value and try again.

JSON plug-in

The error is returned when the field value of the JSON plug-in is not in the JSON format.

7504

The specified key of the JSON plug-in is not found. The default value is inputted for the key.

JSON plug-in

The error is returned when the JSON content does not contain the key you configured for the JSON plug-in.

7520

The single document size exceeds the default upper limit.

Verification

The error is returned when the document size exceeds the default limit that is 1 MB. You can configure the upper limit based on your business requirements.

7524

The range field is in an incorrect format. The default value is inputted for the field.

Latitude and longitude verification. Example of the field: -123.01,87.5.

The error is returned when the longitude is not in the range of [-180, 180],

or

when the latitude is not in the range of [-90, 90].

7803

The data push failed because the specified document that you want to update is not found. Troubleshoot the primary key value based on the error message and try again.

Data update and verification for Industry Algorithm Edition instances

The error is returned when you want to update the local data for an Industry Algorithm Edition instance but the specified value of the primary key is not found.

7807

The field type does not match the required schema configuration type. The field type failed to be converted into the configuration type. The default value is inputted for the field.

Field type conversion

The error is returned when the data type of your data source failed to be converted into the schema configuration type.

image

73016

The document quota of the application is reached.

Data write

The error is returned when the storage quota of the application is exceeded.

7523

The data push failed because the string concatenation plug-in failed to process data. Troubleshoot the plug-in and try again.

String concatenation plug-in

The error is returned when fields that the string concatenation plug-in must process contain fields of the ARRAY type.