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

Allow $ and @ characters in field names. #4413

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

fmassot
Copy link
Contributor

@fmassot fmassot commented Jan 17, 2024

Motivated by

  • user who needs to migrate data from MongoDB into Quickwit ($ is often used in mongo I believe)
  • elasticsearch often used @ as the first character of field names, I got the issue a few months ago for the @timestamp field

@fmassot fmassot requested a review from guilload January 17, 2024 21:25
@fmassot fmassot force-pushed the fmassot/allow-dollar-in-field-name branch from c3d713b to fd5744c Compare January 17, 2024 22:05
@@ -146,3 +146,5 @@ storage:
flavor: minio
endpoint: http://127.0.0.1:9000
```

Note: `default_index_root_uri` or index URIs do not include the endpoint, you should set it as a typical S3 path such as `s3://indexes`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor addition in the doc as I saw 2 users making this mistake, that is setting the URI as s3://127.0.0.1:9000/indexes

@fmassot fmassot force-pushed the fmassot/allow-dollar-in-field-name branch from 8b2fd87 to be328d6 Compare January 17, 2024 23:24
@fmassot fmassot enabled auto-merge (squash) January 22, 2024 13:01
@fmassot fmassot merged commit af9aeef into main Jan 22, 2024
4 checks passed
@fmassot fmassot deleted the fmassot/allow-dollar-in-field-name branch January 22, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants