logstash-output-elasticsearch 12.1.0-java → 12.1.1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +3 -0
 - data/lib/logstash/outputs/elasticsearch.rb +0 -1
 - data/logstash-output-elasticsearch.gemspec +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: '08135dc15de209b951703057314df5493f3ca44a7ab21578eb8997108a36f4f2'
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 55d9cd8e495d22b6a64a2c574683a9de135c146100a2d8c323b383534141abc1
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5e1e7e016fdbda8b0e19936ad9c103cfb6f87998987ff88bc8bd27a98f2578bead26cf47ec23e350a6aa724eea983b2961e4553e9a7dd8c286fa764ead24d0f4
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e4279d7395d4bd23c5cfd28c6f68b4998230b32c3d58876b17413e403009f70c0d37fa2e62598f8b098a42fba3d818332bac3fa024d422c70fdbe003764ae942
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,3 +1,6 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ## 12.1.1
         
     | 
| 
      
 2 
     | 
    
         
            +
             - Remove duplicated deprecation log entry [#1232](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1232)
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
       1 
4 
     | 
    
         
             
            ## 12.1.0
         
     | 
| 
       2 
5 
     | 
    
         
             
             - Add drop_error_types config option to not retry after certain error types [#1228](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1228)
         
     | 
| 
       3 
6 
     | 
    
         | 
| 
         @@ -259,7 +259,6 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base 
     | 
|
| 
       259 
259 
     | 
    
         
             
                  log_message = "'failure_type_logging_whitelist' is deprecated and in a future version of Elasticsearch " +
         
     | 
| 
       260 
260 
     | 
    
         
             
                    "output plugin will be removed, please use 'silence_errors_in_log' instead."
         
     | 
| 
       261 
261 
     | 
    
         
             
                  @deprecation_logger.deprecated log_message
         
     | 
| 
       262 
     | 
    
         
            -
                  @logger.warn log_message
         
     | 
| 
       263 
262 
     | 
    
         
             
                  @silence_errors_in_log = silence_errors_in_log | failure_type_logging_whitelist
         
     | 
| 
       264 
263 
     | 
    
         
             
                end
         
     | 
| 
       265 
264 
     | 
    
         | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       2 
2 
     | 
    
         
             
              s.name            = 'logstash-output-elasticsearch'
         
     | 
| 
       3 
     | 
    
         
            -
              s.version         = '12.1. 
     | 
| 
      
 3 
     | 
    
         
            +
              s.version         = '12.1.1'
         
     | 
| 
       4 
4 
     | 
    
         
             
              s.licenses        = ['apache-2.0']
         
     | 
| 
       5 
5 
     | 
    
         
             
              s.summary         = "Stores logs in Elasticsearch"
         
     | 
| 
       6 
6 
     | 
    
         
             
              s.description     = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: logstash-output-elasticsearch
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 12.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 12.1.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: java
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Elastic
         
     | 
| 
       8 
8 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       9 
9 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       10 
     | 
    
         
            -
            date: 2025-10- 
     | 
| 
      
 10 
     | 
    
         
            +
            date: 2025-10-29 00:00:00.000000000 Z
         
     | 
| 
       11 
11 
     | 
    
         
             
            dependencies:
         
     | 
| 
       12 
12 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       13 
13 
     | 
    
         
             
              name: manticore
         
     |