Skip to content

Commit 032848d

Browse files
authored
Add FAQ to README.md (#75)
Signed-off-by: Boaz Shuster <[email protected]>
1 parent 5041b59 commit 032848d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ This is how it will look like:
4747
}
4848
```
4949

50+
# FAQ
51+
Q: I would like to add characters to each line before sending to Logstash?
52+
A: Logrustash gives you the ability to mutate the message before sending it to Logstash. Just follow [this example](https://github.com/bshuster-repo/logrus-logstash-hook/issues/60#issuecomment-604948272).
53+
54+
Q: Is there a way to maintain the connection when it drops
55+
A: It's recommended to use [GoAutoSocket](https://github.com/firstrow/goautosocket) for that. See [here](https://github.com/bshuster-repo/logrus-logstash-hook/issues/48#issuecomment-361938249) how it can be done.
56+
5057
# Maintainers
5158

5259
Name | Github |

0 commit comments

Comments
 (0)