aws-solutions / centralized-logging-with-opensearch

Build your own log analytics platform on OpenSearch in 20 minutes
https://aws.amazon.com/solutions/implementations/centralized-logging-with-opensearch/
Apache License 2.0
108 stars 28 forks source link

Log Config: For JSON type, if the field type select float, can not create the index template #293

Closed James96315 closed 3 months ago

James96315 commented 3 months ago

Describe the bug

For JSON type, if you choose float for the field type, after you save the configuration, the field type will be displayed as Number.

Expected Behavior

After the configuration is saved, the field type should be float.

Current Behavior

After you save the configuration, the field type will be displayed as Number.

Reproduction Steps

  1. Create a Log Conf
  2. Choose JSON as Log Type
  3. Input the following code and click "Parse Log":
    {
    "id":"fsdefe223",
    "time":21332.123
    }
  4. Choose "Create"
  5. Select the Log conf you just created and click "View details".

Possible Solution

No response

Additional Information/Context

No response

Solution Version

v2.1.2

AWS Region. e.g., us-east-1

No response

Other information

No response