You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@elastic/search-ui-elasticsearch-connector

Package Overview
Dependencies
Maintainers
51
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/search-ui-elasticsearch-connector

A Search UI connector for elasticsearch

0.5.0
Source
npmnpm
Version published
Weekly downloads
6.7K
-16.66%
Maintainers
51
Weekly downloads
 
Created
Source

search-ui-elasticsearch-connector

NOTE: This library is in an early Beta period, it is not yet recommended for production use

This Connector is used to connect Search UI to elasticsearch.

** NOTE: This connector is experimental and a work in progress. Do not use this in production. **

Usage

npm install --save @elastic/search-ui-elasticsearch-connector
import AppSearchAPIConnector from "@elastic/search-ui-app-search-connector";

const connector = new ElasticsearchAPIConnector({
  indexName: "",
  host: ""
});

Configuration

optiontyperequired?source
indexNameStringrequiredFrom your App Search Account's Credentials
hostStringrequiredFrom your App Search Engine's Name

FAQs

Package last updated on 06 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts