From dev-return-39921-apmail-nutch-dev-archive=nutch.apache.org@nutch.apache.org Fri Dec 6 16:04:04 2019 Return-Path: X-Original-To: apmail-nutch-dev-archive@www.apache.org Delivered-To: apmail-nutch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id CA316198AA for ; Fri, 6 Dec 2019 16:04:03 +0000 (UTC) Received: (qmail 52412 invoked by uid 500); 6 Dec 2019 16:04:02 -0000 Delivered-To: apmail-nutch-dev-archive@nutch.apache.org Received: (qmail 52395 invoked by uid 500); 6 Dec 2019 16:04:02 -0000 Mailing-List: contact dev-help@nutch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nutch.apache.org Delivered-To: mailing list dev@nutch.apache.org Received: (qmail 52353 invoked by uid 99); 6 Dec 2019 16:04:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2019 16:04:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9C5D0E027F for ; Fri, 6 Dec 2019 16:04:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 27A14780662 for ; Fri, 6 Dec 2019 16:04:00 +0000 (UTC) Date: Fri, 6 Dec 2019 16:04:00 +0000 (UTC) From: "Sebastian Nagel (Jira)" To: dev@nutch.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NUTCH-2757) indexer-elastic: add authentication options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sebastian Nagel created NUTCH-2757: -------------------------------------- Summary: indexer-elastic: add authentication options Key: NUTCH-2757 URL: https://issues.apache.org/jira/browse/NUTCH-2757 Project: Nutch Issue Type: Improvement Components: indexer, plugin Reporter: Sebastian Nagel The plugin [indexer-elastic-rest](https://github.com/apache/nutch/blob/ac9c435db2c9b1317fc195a762fa84d4e79fd97c/src/plugin/indexer-elastic-rest/README.md) allows to configure authentication properties (mainly user and password). This should be ported to the indexer-elastic plugin which is now REST-based (NUTCH-2739). -- This message was sent by Atlassian Jira (v8.3.4#803005)