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

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

Closed
James96315 opened this issue Jun 19, 2024 · 0 comments · Fixed by #294
Labels
bug Something isn't working

Comments

@James96315
Copy link
Contributor

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
}
  1. Choose "Create"
  2. 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

@James96315 James96315 added the bug Something isn't working label Jun 19, 2024
@wchaws wchaws linked a pull request Jun 20, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant