From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 06a74d19 for ; Fri, 22 Nov 2019 23:22:29 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8DA959C146; Sat, 23 Nov 2019 09:22:28 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3C4B693D74; Sat, 23 Nov 2019 09:22:04 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=kilonet.net header.i=@kilonet.net header.b="ctKSleCU"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 8F4A093D74; Sat, 23 Nov 2019 09:22:01 +1000 (AEST) Received: from p3plsmtpa06-10.prod.phx3.secureserver.net (p3plsmtpa06-10.prod.phx3.secureserver.net [173.201.192.111]) by minnie.tuhs.org (Postfix) with ESMTPS id E5EC393D71 for ; Sat, 23 Nov 2019 09:22:00 +1000 (AEST) Received: from medusa.kilonet.net ([72.69.223.115]) by :SMTPAUTH: with ESMTPA id YIFTidhXKi6NuYIFUiTDH4; Fri, 22 Nov 2019 16:22:00 -0700 Received: from [199.89.231.101] (ender.kilonet.net [199.89.231.101]) by medusa.kilonet.net (8.14.8/8.15.1) with ESMTP id xAMNLxcZ022489 for ; Fri, 22 Nov 2019 18:21:59 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kilonet.net; s=default; t=1574464919; bh=rXHOk0E7D63Ma2D+Xgd8dpL1bsT620iVGmOSEekakC0=; h=Subject:To:References:From:Date:In-Reply-To; b=ctKSleCUqbJBzVyGRSXt8z1XutVZZFVlvuRGn/oMuXwVgAqmXhzkH7Y2mfPi3wnLs VXC+G5BCByFKQvJq0gOQswGUKmYMZ0ui110EQKs/5sf+Ii2C19R75bp1W0OumEQ1G6 tH73eL/6PuL3SYh4J1AFnBA458yFQOWDxRLGljfA= To: tuhs@minnie.tuhs.org References: <201911211323.xALDNP0u000778@freefriends.org> <87sgmh43xy.fsf@vuxu.org> <20191122201801.GA5637@hal9k> From: Arthur Krewat Message-ID: Date: Fri, 22 Nov 2019 18:21:49 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20191122201801.GA5637@hal9k> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-CMAE-Envelope: MS4wfD24mFUP//baIcPbEnmP/6d0HZxTI0MkGbbTDEF5vAwLEArBXi34G3yIQ0aubqeqCOKKrdUGgiBJ8F9mKOFuCndjC3g0LugvJEQrtrtsNaFfMjKsmyPN wHC3pc5kDMajTPTMXO4I09IiaWYbzCmzxRV5zIWPqfPLX4URUGSRslUJiThLbei92+wmc0Q+YvHLdQ== Subject: Re: [TUHS] Steve Bellovin recounts the history of USENET X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On 11/22/2019 3:18 PM, Justin R. Andrusk wrote: > I'm half tempted to take the archive.org Usenet files and throw them > into Elasticsearch and create a web front end for searching. Storage > would be expensive, but search would rock! Can we run multiple nodes of Elastic, and replicate between each other? I just recently started playing with it, it's quite impressive. Except for that one logstash file "read" mode that by default deletes the file once it's done with it (a 4-year-long access.log that I wanted to read in). anyway. art k.