-
Notifications
You must be signed in to change notification settings - Fork 227
Synthetic source does not still support copy_to
#652
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
Changes from 2 commits
ae62c07
8505cec
7cd2ec3
59f6738
0cbd1a9
41ce3b4
7362f2e
ab2e5a4
21a4a6e
c60be3a
46214a3
af95bfd
639eb61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -582,7 +582,11 @@ | |
| "include_unmapped": true | ||
| }, | ||
| { | ||
| {% if index_mode != "logsdb" %} | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like our template engine does not process files in the |
||
| "field": "message", | ||
| {% else %} | ||
| "field": "kubernetes.event.message", | ||
| {% endif %} | ||
| "include_unmapped": true | ||
| }, | ||
| { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.