Uploaded image for project: 'Metron (Retired)'
  1. Metron (Retired)
  2. METRON-1989

Tooltip for ES mpack path_data is incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • Major
    • Resolution: Done
    • None
    • Next + 1
    • None

    Description

      Currently the tooltip for the ES mpack path_data is incorrect. It says:
      'Comma-separated list of directories where to store index data allocated for each node: "/mnt/first","/mnt/second".'
      This is incorrect, as the way the elasticsearch.yml gets updated results in invalid yaml. Specifically:
      ```
      path:
      data: "/mnt/first","/mnt/second"
      ```

      Two valid yaml options are either of the following (I'm excluding any multiline solutions here):
      ```
      path:
      data:"/mnt/first","/mnt/second"
      ```
      or
      ```
      path:
      data: [ "/mnt/first", "/mnt/second" ]
      ```

      We can either remove the space after `data:` or use the [ ] notation. Since we use the [ ] notation elsewhere, I suggest we move in that direction with the tooltip.

      Attachments

        Issue Links

          Activity

            People

              jonzeolla Jon Zeolla
              jonzeolla Jon Zeolla
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m