-
Notifications
You must be signed in to change notification settings - Fork 423
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
Add template docs #5669
base: main
Are you sure you want to change the base?
Add template docs #5669
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @Mo3m3n
e0c345a
to
fc5bdab
Compare
EDIT: It is actually enabled by default (and hardcoded) quickwit/quickwit/quickwit-serve/src/lib.rs Lines 1059 to 1065 in fc5bdab
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, but can we use index template instead of simply template in the wording?
@@ -0,0 +1,111 @@ | |||
--- | |||
title: Template configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Template configuration | |
title: Index template configuration |
toc_max_heading_level: 4 | ||
--- | ||
|
||
This page describes how to configure a template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page describes how to configure a template. | |
This page describes how to configure an index template. |
|
||
This page describes how to configure a template. | ||
|
||
Templates let you dynamically create indexes according to predefined rules. Templates are used automatically when documents are received on the ingest API for an index that doesn't exist. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Templates let you dynamically create indexes according to predefined rules. Templates are used automatically when documents are received on the ingest API for an index that doesn't exist. | |
Index templates let you dynamically create indexes according to predefined rules. Templates are used automatically when documents are received on the ingest API for an index that doesn't exist. |
Description
Closes #4480
How was this PR tested?
Navigating the swagger UI