Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38521
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rodrick.brown@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.064 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; 'alternatives': 0.09; 'cc:addr:python-list': 0.10; 'sat,': 0.15; 'wrote:': 0.17; 'feb': 0.19; 'email addr:gmail.com>': 0.20; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; "i'm": 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'tool': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:mail': 0.40; 'topic,': 0.78; '2013': 0.84; 'opensource': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=H+e4Ad66w8ph71TdvQCfhqF237kPn/t/ejwz8KfuBGI=; b=L4HuacG7fZ2AHU5PNbr3XQVJVXqO7p3zeyCKYI05J/JdgBaU4XCa2MEv39rwdTjZ6b rG55whJGyCqYxyzud0cnhzhdB3b+xP2007gdXg4YtHSXsHtOEGT+Erl8JXx69t5NNiDc lG+NTF66rmssSWggKLG7c4TyNBxIfGx6b4yW951u1mhkpmBLAVSK20uYn8ltFdXXmTIw Zz/nPDjYkArm8AXDgVEU+2ZOPBxBEhigqdQbkzgUQABrzf6/GEsja4C5OPis54tIepoJ 8b3YrBBZVL7pjBm9OuU6rK/Pe/FF0BCa/eYLSa/3XxQAWjKWL5YFlDg0pcMTsyUbIsGW UXPA== |
| X-Received | by 10.182.112.34 with SMTP id in2mr6686688obb.80.1360416988818; Sat, 09 Feb 2013 05:36:28 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <137366aa-4112-44f0-a4d3-a6121510bead@googlegroups.com> |
| References | <137366aa-4112-44f0-a4d3-a6121510bead@googlegroups.com> |
| From | Rodrick Brown <rodrick.brown@gmail.com> |
| Date | Sat, 9 Feb 2013 08:35:57 -0500 |
| Subject | Re: Alternatives to Splunk? |
| To | sssdevelop <sssdevelop@gmail.com> |
| Content-Type | multipart/alternative; boundary=14dae93998935d6eb604d54ac36b |
| Cc | "python-list@python.org" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1549.1360416991.2939.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360416991 news.xs4all.nl 6859 [2001:888:2000:d::a6]:58244 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38521 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Sat, Feb 9, 2013 at 7:27 AM, sssdevelop <sssdevelop@gmail.com> wrote: > Are there any opensource alternatives to Splunk? > Need tool to analyze the log files.. > > This is highly off topic, however I'm using logstash + kibana for my log analysis. > -- > http://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Alternatives to Splunk? sssdevelop <sssdevelop@gmail.com> - 2013-02-09 04:27 -0800
Re: Alternatives to Splunk? Rodrick Brown <rodrick.brown@gmail.com> - 2013-02-09 08:35 -0500
Re: Alternatives to Splunk? sssdevelop <sssdevelop@gmail.com> - 2013-02-09 09:09 -0800
Re: Alternatives to Splunk? Matty Sarro <msarro@gmail.com> - 2013-02-09 12:36 -0500
Re: Alternatives to Splunk? sssdevelop <sssdevelop@gmail.com> - 2013-02-09 09:09 -0800
Re: Alternatives to Splunk? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-10 08:01 +1100
csiph-web