Leona
GitHubBlogs
  • Welcome to Leona!
  • Installation
    • Docker
    • Manual Setup
    • Log Collection
  • Tutorial
    • Quickstart
  • Configuration
    • Server Conf
    • Web Interface
    • Multi-Nodes
    • Index Model
    • Backup
    • The REST APIs
  • Security
    • Using ModSecurity
    • Logging User Activity
    • The URL Whitelist
    • Alerts And Events
  • Getting in
    • Log Sources
      • GELF
      • Beats
      • Ingest Logs Manually
        • Syslog
        • Journald
        • CEF
        • Raw or Plaintext
        • From Files
        • HTTP API
        • Application Data
      • Input
    • Sidecar
    • Forwarder
      • Forward Installation
      • Forward Configuration
  • Making sense
    • Pipelines
      • Rules
      • Functions
      • Use Cases
    • Streams
    • Enrichment
      • Lookup Tables
      • Geolocation
      • Data Adapters
  • Alerts & Notifications
    • Alerting By Example
    • Notifications
    • Leona Dashboard
  • Searching
    • Search Query Language
    • Time Frame Selector
  • Appendix
    • Support
    • License
    • Ecosystem
    • Contribute
    • Change Log
    • FAQs
Powered by GitBook
On this page
  • TOC
  • What is MongoDB used for?
  • Can you guide me on how to replicate MongoDB for High Availability?
  • Does LeonaLog encrypt log data?
  • Where are the log files LeonaLog?
  • Can I Install the LeonaLog on Windows?
  • Can LeonaLog automatically clean old data?
  1. Appendix

FAQs

πŸ™‹β€β™€οΈ Leona FAQs

PreviousChange Log

Last updated 2 years ago

TOC

What is MongoDB used for?

LeonaLog uses MongoDB to store your configuration data, not your log data. Only metadata is stored, such as user information or stream configurations. None of your log messages are ever stored in MongoDB. This is why MongoDB does not have a big system impact, and you won’t have to worry too much about scaling it. With our recommended setup architecture, MongoDB will simply run alongside your leona-server processes and use almost no resources.

Can you guide me on how to replicate MongoDB for High Availability?

MongoDB actually supplies this information as part of their documentation. Check out:

  • About .

  • How to .

After you’ve done this, add all MongoDB nodes into the replica_set configuration in all leona-server.conf files.

Does LeonaLog encrypt log data?

Where are the log files LeonaLog?

You can find the log data for LeonaLog under the below directory with timestamps and levels and exception messages. This is useful for debugging or when the server won’t start.

/var/log/leona-server/server.log

Can I Install the LeonaLog on Windows?

Running LeonaLog on Windows is not supported.

Can LeonaLog automatically clean old data?

All log data is stored in Elasticsearch. you use dm-crypt at the file system level.

Absolutely we have .

Elastic recommends
data retention features
MongoDB Replica Sets
convert a standalone MongoDB node to a replica set
What is MongoDB used for?
Can you guide me on how to replicate MongoDB for High Availability?
Does LeonaLog encrypt log data?
Where are the log files LeonaLog?
Can I Install the LeonaLog on Windows?
Can LeonaLog automatically clean old data?