feat: i want to Slicing logs by domain name
Description
feat: i want to Slicing logs by domain name
could you please describe your use case?
could you please describe your use case?
i think its a wonderful feature, the users can get the log according to the domain name.
I can think of a temporary solution. You can configute the http-logger or clickhouse-logger to implement it, eg. u can configure the http-logger to your own log system, and slicing the logs by domain name
@jesusys helllo, any updates about the temporary solution?
@jesusys helllo, any updates about the temporary solution?
If you want to extract domain names from URLs in your logs and then filter logs based on those domains, you might need to use a combination of tools. Here's an example using awk to extract domain names from URLs and then filter logs based on those domains: