mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 12:22:40 +02:00
feat: update documentation structure and remove 'full' property from MDX files
- Enhanced the DocsPage component by adding table of content and popover configurations. - Removed the 'full' property from multiple MDX files to streamline documentation structure. - Updated meta.json to reflect new documentation organization and added a 'connectors' page.
This commit is contained in:
parent
929bc026e6
commit
ba54e1da06
23 changed files with 581 additions and 8 deletions
32
surfsense_web/content/docs/connectors/elasticsearch.mdx
Normal file
32
surfsense_web/content/docs/connectors/elasticsearch.mdx
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: Elasticsearch
|
||||
description: Connect your Elasticsearch cluster to SurfSense
|
||||
---
|
||||
|
||||
# Elasticsearch Connector
|
||||
|
||||
Index data from your Elasticsearch cluster.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- An Elasticsearch cluster
|
||||
- Access credentials
|
||||
|
||||
## Setup
|
||||
|
||||
1. Navigate to your Search Space settings
|
||||
2. Click on **Add Connector**
|
||||
3. Select **Elasticsearch** from the list
|
||||
4. Enter your Elasticsearch cluster URL and credentials
|
||||
5. Configure the indices you want to index
|
||||
|
||||
## What Gets Indexed
|
||||
|
||||
- Documents from specified indices
|
||||
- Custom field mappings
|
||||
- Metadata
|
||||
|
||||
## Sync Frequency
|
||||
|
||||
The Elasticsearch connector supports scheduled syncing to keep your data up to date.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue