Is it safe to use the same DB file for multiple inputs? #8488
-
Pretty much as per title: Is it safe to use the same DB file for multiple inputs? I've tried it and it seems to be fine in that it stores offsets of the files of multiple inputs. I'd still be interested to know if I'm supposed to use it that way or if one database file per input is "the way". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I think it works by inode so the only complication would be if you're tailing the same file in multiple inputs then you won't get a per-input offset. |
Beta Was this translation helpful? Give feedback.
-
+1 to this question |
Beta Was this translation helpful? Give feedback.
I think it works by inode so the only complication would be if you're tailing the same file in multiple inputs then you won't get a per-input offset.