Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data_pipelines
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
data_pipelines
Merge requests
!35
Resolve
#3511755
"Move elasticsearch destination"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3511755
"Move elasticsearch destination"
issue/data_pipelines-3511755:3511755-move-elasticsearch-destination
into
2.x
Overview
2
Commits
2
Pipelines
2
Changes
21
1 unresolved thread
Hide all comments
Merged
nterbogt
requested to merge
issue/data_pipelines-3511755:3511755-move-elasticsearch-destination
into
2.x
3 months ago
Overview
2
Commits
2
Pipelines
2
Changes
21
1 unresolved thread
Hide all comments
Expand
Closes
#3511755
0
0
Merge request reports
Compare
2.x
2.x (base)
and
latest version
latest version
c866585e
2 commits,
3 months ago
21 files
+
13
−
1344
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
modules/data_pipelines_elasticsearch/config/schema/data_pipelines_elasticsearch.schema.yml deleted
100644 → 0
+
0
−
19
Options
data_pipelines.dataset_destination.destinationSettings.elasticsearch
:
type
:
config_object
label
:
'
ElasticSearch
destination
settings'
mapping
:
url
:
type
:
string
label
:
'
The
ElasticSearch
URL.'
username
:
type
:
string
label
:
'
The
username
to
authenticate
with.'
password
:
type
:
string
label
:
'
The
password
to
authenticate
with.'
prefix
:
type
:
string
label
:
'
The
index
prefix.'
chunk_size
:
type
:
integer
label
:
'
Chunk
size'
Loading