This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 9c409ff AMBARI-24320. Using the proper command name when creating a
pre-initialized ActionExecuteContent instead of the hard coded SET_KEYTAB value
(#1834)
new 8dd0150 AMBARI-23079. Log Feeder: support to use load balancer for
Solr API (not only cloud client) (#1835)
new c04daaf AMBARI-24329. Log Feeder define default log levels per
component.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/model/inputconfig/InputDescriptor.java | 3 +
.../inputconfig/impl/InputDescriptorImpl.java | 20 +++++++
.../config/solr/LogLevelFilterManagerSolr.java | 2 +-
.../ambari/logfeeder/plugin/common/ConfigItem.java | 13 +++++
.../logfeeder/common/LogFeederConstants.java | 1 +
.../common/LogFeederSolrClientFactory.java | 64 ++++++++++++++++++++++
.../ambari/logfeeder/conf/ApplicationConfig.java | 17 ++----
.../ambari/logfeeder/conf/LogFeederProps.java | 28 +++++++++-
.../loglevelfilter/LogLevelFilterHandler.java | 20 +++----
.../ambari/logfeeder/output/OutputManagerImpl.java | 17 +++++-
.../apache/ambari/logfeeder/output/OutputSolr.java | 40 +++++++-------
.../ambari/logfeeder/output/OutputManagerTest.java | 6 +-
.../logsearch/model/common/LSServerInput.java | 9 +++
.../test-config/logfeeder/logfeeder.properties | 3 +-
.../input.config-logsearch-docker.json | 5 +-
15 files changed, 197 insertions(+), 51 deletions(-)
create mode 100644
ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/common/LogFeederSolrClientFactory.java