Bump commons-fileupload from 1.3.3 to 1.5

Bumps commons-fileupload from 1.3.3 to 1.5.

---
updated-dependencies:
- dependency-name: commons-fileupload:commons-fileupload
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 0fc5fc1090ccf33405403a85b4e9b9345304785a
  1. .github/
  2. ambari-logsearch-appender/
  3. ambari-logsearch-assembly/
  4. ambari-logsearch-config-api/
  5. ambari-logsearch-config-json/
  6. ambari-logsearch-config-local/
  7. ambari-logsearch-config-solr/
  8. ambari-logsearch-config-zookeeper/
  9. ambari-logsearch-docs/
  10. ambari-logsearch-it/
  11. ambari-logsearch-log4j2-appender/
  12. ambari-logsearch-logfeeder/
  13. ambari-logsearch-logfeeder-container-registry/
  14. ambari-logsearch-logfeeder-plugin-api/
  15. ambari-logsearch-server/
  16. ambari-logsearch-web/
  17. docker/
  18. docs/
  19. jenkins/
  20. k8s/
  21. .asf.yaml
  22. .gitattributes
  23. .gitignore
  24. LICENSE
  25. Makefile
  26. mkdocs.yml
  27. pom.xml
  28. README.md
README.md

Apache Ambari Log Search

Build Status license

Log Search is a sub-project of Apache Ambari

Introduction

Log aggregation, analysis, and visualization for Ambari managed (or any other) services.

Features

  • Parse / aggregate and ship logs
  • Send and index logs in Solr
  • Store logs (structured or unstructured format) in Cloud Storage (S3 / GCS / ADLS / WASB)
  • Full-text Search in logs (if the logs are shipped to Solr)
  • JWT/SSO support
  • Support testing the log parsing on the UI

Architecture

  • Log Feeder: agent component on all hosts to monitor and ship logs.
  • Log Search Portal: REST API + UI for rendering logs
  • Solr (Optional - default): storage for logs, used by both Log Search Portal and Log Feeder
  • ZooKeeper (Optional - default): configuration service for Solr, Log Search and Log Feeder
  • HDFS / S3 / GCS / ADLS: storage for logs (write only), used by Log Feeder cloud mode

Log Search Architecture Overview

Contents

Contributing

https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute

(That is the ambari contribution guide, everything is the same here except use ambari-logsearch repository instead of ambari)

License