Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63864

Allow add custom fields to JSON payload sent to the indexer

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • logstash-plugin
    • None

      Now, there are hardcoded fields that are kept in JSON payload:

      "data":{
      "id":"2014-10-13_19-51-29",
      "result":"SUCCESS",
      "projectName":"my_example_job",
      "fullProjectName":"folder/my_example_job",
      "displayName":"#1",
      .......
      ....
      ..
      https://github.com/jenkinsci/logstash-plugin/blob/master/src/main/java/jenkins/plugins/logstash/persistence/BuildData.java#L158-L180

       

      I'd like to be able to add custom fields to JSON payload sent to the indexer. It would be very helpfull when JSON paylod is sent to Logstash when some field-filters were set/specified.

            Unassigned Unassigned
            maxyko Maksym Yatsenko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: