This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
The following commit(s) were added to refs/heads/master by this push:
new b4d7e7e1 AmbariAMBARI-25880:For hadoop_logs collection of Infra-solr,
indexed log_message field is too large to copy to key_log_message field (#93)
b4d7e7e1 is described below
commit b4d7e7e161a3d60c32328da211a5d8985408e222
Author: lupeng <[email protected]>
AuthorDate: Wed Jul 31 08:53:33 2024 +0800
AmbariAMBARI-25880:For hadoop_logs collection of Infra-solr, indexed
log_message field is too large to copy to key_log_message field (#93)
---
.../src/main/configsets/hadoop_logs/conf/managed-schema | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-logsearch-server/src/main/configsets/hadoop_logs/conf/managed-schema
b/ambari-logsearch-server/src/main/configsets/hadoop_logs/conf/managed-schema
index 583e69ad..e8927d4e 100644
---
a/ambari-logsearch-server/src/main/configsets/hadoop_logs/conf/managed-schema
+++
b/ambari-logsearch-server/src/main/configsets/hadoop_logs/conf/managed-schema
@@ -135,6 +135,6 @@
<dynamicField name="*_ds" type="tdoubles" indexed="true" stored="true"/>
<dynamicField name="random_*" type="random"/>
- <copyField source="log_message" dest="key_log_message"/>
+ <copyField source="log_message" dest="key_log_message" maxChars="32766"/>
</schema>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]