I posted this under the wrong forum originally. It belongs here.
>>>>
Does scribe currently support this feature? If not, does anyone have any ideas how it could be accomplished?
Is it possible to assign multiple categories to a message? Essentially, I want to be able to send a given message to multiple locations. The message should only be generated once. Currently, I'm testing by going through the examples and using scribe_cat. I want to be able to do something like....
The message should end up in both final locations as described in the conf file for cat1 and cat2. One possibility is to have it go to cat1, then as I intend for cat1 to be a file, to feed the contents of cat1 to cat2 somehow, but it seems like there should be a better way.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I posted this under the wrong forum originally. It belongs here.
>>>>
Does scribe currently support this feature? If not, does anyone have any ideas how it could be accomplished?
Is it possible to assign multiple categories to a message? Essentially, I want to be able to send a given message to multiple locations. The message should only be generated once. Currently, I'm testing by going through the examples and using scribe_cat. I want to be able to do something like....
echo "test" | ./scribe_cat -h localhost:1464 cat1,cat2
The message should end up in both final locations as described in the conf file for cat1 and cat2. One possibility is to have it go to cat1, then as I intend for cat1 to be a file, to feed the contents of cat1 to cat2 somehow, but it seems like there should be a better way.
Thanks!
See my reply to your original post in the open discussions forum. Thanks.