Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free alternative to loggly [closed]

Tags:

.net

azure

loggly

I would like find free alternative for loggly for write my logs with application. Maybe there are open source alternative or free but he need deployment to my VM (Azure).

like image 294
Destroy Avatar asked Mar 02 '15 11:03

Destroy


People also ask

Is loggly open source?

Technology. Loggly is a cloud-based log management service provider. It does not require the use of proprietary software agents to collect log data. The service uses open source technologies, including Elasticsearch, Apache Lucene 4 and Apache Kafka.

What is loggly used for?

Loggly is a SaaS solution for log data management. With Loggly's log management software, you're able to bring logs from the depths of your entire infrastructure to one place where you can track activity and analyze trends.

How do you set up loggly?

If you have not already signed up to use Loggly, create a new account and try a free, fully-functional version of Loggly for 30 days. Before completing these steps, log in to your Loggly account. Configure your Windows or Linux server to send system logs to Loggly, the most common set-up scenario.


1 Answers

If you are ready to setup your own server, you can use

  • Splunk
  • logstash
  • graylog

For me the splunk seems the easiest to setup.

If you don't want to setup your server, you need to use free plans in loggly-like services. That usually means maximum monthly limit you can send there and short retention (for how long your data will be stored)

  • Loggly (max 200MB/day, 7 days retention)
  • LogEntries (5GB/month, 7 days retention)
  • PaperTrail (100MB/month, 2 days retention)

Our team have chosen LogEntries

like image 86
jing Avatar answered Sep 28 '22 21:09

jing