You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tag is set in the chunk key, We will get an error unless we specify the tag in the path setting of the out_file plugin.
However, there is no such check in the symlink_path setting. (i.e., no error occurs even if no tag is specified.)
Also, this check is a setting to make the pass unique, but if we use a part of tag such as tag[0] instead of tag, no error will occur.
Is this an intended spec? Or is there a check omitted?
To Reproduce
For example, use the following input.
<source>
@type sample
sample {"message":"hoge"}
tag test.hoge
</source>
<source>
@type sample
sample {"message":"fuga"}
tag test.fuga
</source>
At this time, setting the out_file plugin as follows will result in an error.
Describe the bug
If tag is set in the chunk key, We will get an error unless we specify the tag in the path setting of the out_file plugin.
However, there is no such check in the symlink_path setting. (i.e., no error occurs even if no tag is specified.)
Also, this check is a setting to make the pass unique, but if we use a part of tag such as tag[0] instead of tag, no error will occur.
Is this an intended spec? Or is there a check omitted?
To Reproduce
For example, use the following input.
At this time, setting the out_file plugin as follows will result in an error.
However, if the out_file plugin is set up as follows, there is no error and two outputs compete for a single path.
Furthermore, if the out_file plugin is set up as follows, there will be no error and the two will compete for a single symlink_path.
Expected behavior
In either case, an error should occur. (Or this is the intended specification.)
Your Environment
Your Configuration
See
To Reproduce
section.Your Error Log
See
To Reproduce
section.Additional context
No response
The text was updated successfully, but these errors were encountered: