Slackbot
02/06/2023, 8:38 PMSrikanth Chekuri
02/07/2023, 2:45 AMnitya-signoz
02/07/2023, 3:49 AMjson_parser
as pointed above.humblecoder
02/08/2023, 6:06 PMotel-collector-config.yaml
?
Yeah, my goal is to focus on structured logging with the hopes of extracting relevant data over time.
I’m discovering that Signoz makes log grabbing convenient, but is a bit aggressive. I just took a look at GrayLog and it provides stream HTTP endpoints that can be used to “scope” submissions. I’d like to do the following with SigNoz if at all possible:
- Turn off all the “noise” at the root, not just in UI. Don’t collect everything. Only specific folders.
- Support logs that get rotated (although I imagine this is possible by simply specifying a directory).
- Direct HTTP submission (via POST. Think push not pull).
I’ll read through the docs more closely, but in an effort to save time, can you point me to any direct links or instruction on these items?