arugal commented on a change in pull request #6248:
URL: https://github.com/apache/skywalking/pull/6248#discussion_r563677739
##########
File path: docs/en/setup/backend/configuration-vocabulary.md
##########
@@ -30,7 +30,7 @@ core|default|role|Option values, `Mixed/Receiver/Aggregator`.
**Receiver** mode
| - | - | instanceNameMaxLength| Max length limitation of service instance
name. The max length of service + instance names should be less than
200.|SW_INSTANCE_NAME_MAX_LENGTH|70|
| - | - | endpointNameMaxLength| Max length limitation of endpoint name. The
max length of service + endpoint names should be less than
240.|SW_ENDPOINT_NAME_MAX_LENGTH|150|
| - | - | searchableTracesTags | Define the set of span tag keys, which should
be searchable through the GraphQL. Multiple values should be separated through
the comma. | SW_SEARCHABLE_TAG_KEYS |
http.method,status_code,db.type,db.instance,mq.queue,mq.topic,mq.broker|
-| - | - | searchableLogsTags | Define the set of log tag keys, which should be
searchable through the GraphQL. Multiple values should be separated through the
comma. | SW_SEARCHABLE_LOGS_TAG_KEYS | - |
+| - | - | searchableLogsTags | Define the set of log tag keys, which should be
searchable through the GraphQL. Multiple values should be separated through the
comma. | SW_SEARCHABLE_LOGS_TAG_KEYS | level,logger,thread |
Review comment:
[logback](https://github.com/apache/skywalking/blob/e138d29778fb458a6fad5f3fd82121c7bba3cc95/apm-sniffer/apm-toolkit-activation/apm-toolkit-logback-1.x-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/log/logback/v1/x/log/GRPCLogAppenderInterceptor.java#L83-L88)
and
[log4j](https://github.com/apache/skywalking/blob/e138d29778fb458a6fad5f3fd82121c7bba3cc95/apm-sniffer/apm-toolkit-activation/apm-toolkit-log4j-2.x-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/log/log4j/v2/x/log/GRPCLogAppenderInterceptor.java#L82-L87)
will report these tags.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]