This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a change to branch cloudbreak
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git.
omit 5670040 [AMBARI-24551] [Log Search UI] get rid of redundant requests
after undoing or redoing several history steps (#22)
omit db5fb3d AMBARI-24833. Simplify HDFS client usage + use core-site.xml
(#21)
omit 2bd96e1 AMBARI-24833. Re-implement S3/HDFS outputs as global cloud
outputs (#19)
omit 9c83460 AMBARI-24847 - Logsearch: Cannot search for a term that
includes spaces or dashes (#18)
omit 2c7d5f0 AMBARI-24875. Log Search: cannot build sub-modules
separately. (#20)
omit 9bce50d AMBARI-24833. Create cloud input/output skeleton. (#17)
omit f0c35f3 AMBARI-24851 - ADDENDUM Logsearch: debug mode using java 8
and 11 (#16)
omit 845e0c6 AMBARI-24851 - Logsearch: debug mode using java 8 and 11 (#15)
omit 879ba60 AMBARI-24825. Log Feeder: Fix HDFS/S3 outputs (#13)
omit 5fec024 Make rule to set version is update-version, not set-version
(#12)
omit f694bdd Update maven versioning (#11)
omit 521b17b AMBARI-24692. ADDENDUM: fix java version check
omit 49408e4 AMBARI-24802 - Logsearch: upgrade swagger-ui to 3.19.0 (#10)
omit 4471753 Add repo definitions to logsearch server
omit 3f31765 AMBARI-24799. Update Spring versions
omit efb573c AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade
commons-compress lib (#9)
omit 98af5df AMBARI-24765. Fix CVE issues for Log Search (#8)
omit 1d68049 Update README.md
omit 302042c AMBARI-24692. Use jdk8 as default compiler version (#7)
omit bac521f AMBARI-24746. Upgrade Solr version to 7.5.0 (#6)
omit 365fd0a AMBARI-24743. Cleanup logsearch: add/cleanup javadoc. (#4)
omit 2ba9216 [AMBARI-24656] [Log Search UI] Handle the 401 and the 403
response status at login (#2)
omit 7742a73 Merge pull request #3 from oleewere/AMBARI-24739-master
omit d619fa1 AMBARI-24739. Add contribution guide to Log Search.
new 4250f99 AMBARI-24739. Add contribution guide to Log Search.
new d852908 [AMBARI-24656] [Log Search UI] Handle the 401 and the 403
response status at login (#2)
new 54b055f AMBARI-24743. Cleanup logsearch: add/cleanup javadoc. (#4)
new 1436800 AMBARI-24746. Upgrade Solr version to 7.5.0 (#6)
new 1457c4d AMBARI-24692. Use jdk8 as default compiler version (#7)
new b8c217c Update README.md
new e453760 AMBARI-24765. Fix CVE issues for Log Search (#8)
new d9afa7c AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade
commons-compress lib (#9)
new 6a9af26 AMBARI-24799. Update Spring versions
new 2402f1c Add repo definitions to logsearch server
new 3053cff AMBARI-24802 - Logsearch: upgrade swagger-ui to 3.19.0 (#10)
new a5b8b2a AMBARI-24692. ADDENDUM: fix java version check
new 31d3ca1 Update maven versioning (#11)
new 1b9059a Make rule to set version is update-version, not set-version
(#12)
new c3a750a AMBARI-24825. Log Feeder: Fix HDFS/S3 outputs (#13)
new ab9e8c0 AMBARI-24851 - Logsearch: debug mode using java 8 and 11 (#15)
new 1425fd2 AMBARI-24851 - ADDENDUM Logsearch: debug mode using java 8
and 11 (#16)
new 9f6b805 AMBARI-24833. Create cloud input/output skeleton. (#17)
new f26a9f8 AMBARI-24875. Log Search: cannot build sub-modules
separately. (#20)
new a06f977 AMBARI-24847 - Logsearch: Cannot search for a term that
includes spaces or dashes (#18)
new 3a0e80a AMBARI-24833. Re-implement S3/HDFS outputs as global cloud
outputs (#19)
new 1485bd6 AMBARI-24833. Simplify HDFS client usage + use core-site.xml
(#21)
new 9c7c5ba [AMBARI-24551] [Log Search UI] get rid of redundant requests
after undoing or redoing several history steps (#22)
new 94c71eb [AMBARI-24891] [Log Serach UI] The Log Index Filter panel
does not work (#23)
new 324d8f4 [AMBARI-24899] [Log Search UI] Change capture countdown text
(#24)
new ff5d318 AMBARI-24833. Extend cloud log rolling options (#25)
new f8b80a5 AMBARI-24833. Support for cloud logs to using filters + JSON
output (#26)
new d749992 AMBARI-24833. HDFS client kerberos support + small fixes (#27)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5670040)
\
N -- N -- N refs/heads/cloudbreak (d749992)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 28 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:
.../local/LogSearchConfigLogFeederLocal.java | 42 ++++++--
.../config/zookeeper/LogLevelFilterManagerZK.java | 1 +
ambari-logsearch-logfeeder/pom.xml | 11 +++
.../logfeeder/common/LogFeederConstants.java | 12 ++-
.../logfeeder/conf/CloudStorageDestination.java | 2 +-
.../ambari/logfeeder/conf/LogFeederProps.java | 31 ++++--
...HdfsOutputConfig.java => HdfsOutputConfig.java} | 58 ++++++++---
.../logfeeder/conf/output/RolloverConfig.java | 54 ++++++++--
...andler.java => AbstractInputConfigHandler.java} | 86 +++-------------
.../impl/CloudStorageInputConfigHandler.java | 16 ++-
.../operations/impl/DefaultInputConfigHandler.java | 64 +-----------
.../logfeeder/output/OutputLineEnricher.java | 109 +++++++++++++++++++++
.../ambari/logfeeder/output/OutputManagerImpl.java | 76 ++------------
.../output/cloud/CloudStorageLoggerFactory.java | 23 ++++-
.../output/cloud/CloudStorageOutputManager.java | 27 ++++-
.../output/cloud/CloudStorageUploader.java | 4 +-
.../cloud/upload/ExternalHDFSUploadClient.java | 73 --------------
.../output/cloud/upload/HDFSUploadClient.java | 53 ++++++++--
.../output/cloud/upload/UploadClientFactory.java | 5 +-
.../src/main/resources/logfeeder.properties | 5 +-
.../action-menu/action-menu.component.ts | 3 +
.../filter-button/filter-button.component.ts | 2 +-
.../menu-button/menu-button.component.html | 2 +-
.../menu-button/menu-button.component.ts | 8 ++
.../dropdown-button/dropdown-button.component.html | 8 +-
.../dropdown-button/dropdown-button.component.ts | 23 ++++-
.../dropdown-list/dropdown-list.component.ts | 5 +-
.../filter-dropdown/filter-dropdown.component.ts | 16 +--
ambari-logsearch-web/src/assets/i18n/en.json | 2 +-
29 files changed, 453 insertions(+), 368 deletions(-)
rename
ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/conf/output/{ExternalHdfsOutputConfig.java
=> HdfsOutputConfig.java} (65%)
copy
ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/manager/operations/impl/{DefaultInputConfigHandler.java
=> AbstractInputConfigHandler.java} (52%)
create mode 100644
ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/output/OutputLineEnricher.java
delete mode 100644
ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/output/cloud/upload/ExternalHDFSUploadClient.java