Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/elasticsearch/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.6.2"
changes:
- description: Add ssl support to elasticsearch ingest pipeline datastream
Comment thread
JulienOrain marked this conversation as resolved.
Outdated
type: bugfix
link: https://github.com/elastic/integrations/pull/5939
- version: "1.6.1"
changes:
- description: Add explicit mapping for event timestamp fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ username: {{username}}
password: {{password}}
{{/if}}
period: {{period}}
{{#if ssl}}
ssl: {{ssl}}
{{/if}}
Comment thread
JulienOrain marked this conversation as resolved.

ingest_pipeline.processor_sample_rate: {{ingest_pipeline_processor_sampling_rate}}
ingest_pipeline.processor_sample_rate: {{ingest_pipeline_processor_sampling_rate}}