https://github.com/apache/ambari-logsearch
Apache Ambari Logsearch is a sub project of Apache Ambari.
https://github.com/apache/ambari-logsearch
ambari big-data java javascript python
Last synced: 4 months ago
JSON representation
Apache Ambari Logsearch is a sub project of Apache Ambari.
- Host: GitHub
- URL: https://github.com/apache/ambari-logsearch
- Owner: apache
- License: apache-2.0
- Created: 2018-09-25T18:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T00:53:33.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T12:32:17.030Z (8 months ago)
- Topics: ambari, big-data, java, javascript, python
- Language: Java
- Homepage: https://ambari.apache.org
- Size: 9.22 MB
- Stars: 31
- Watchers: 35
- Forks: 53
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Ambari Log Search
[](https://builds.apache.org/view/A/view/Ambari/job/Ambari-LogSearch-master-Commit/)

Log Search is a sub-project of [Apache Ambari](https://github.com/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](docs/cloud_mode.md)

## Contents
- [1. Installation](docs/installation.md)
- [2. Collections](docs/collections.md)
- [3. Adding new logs to monitor](docs/add_new_input.md)
- [4. Development guide](docs/development.md)
- [5. Using Log Feeder in Cloud mode](docs/cloud_mode.md)
## 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
- http://ambari.apache.org/license.html
- See more at [Ambari repository](https://github.com/apache/ambari)