Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2168

Fix typo on Elasticsearch interpreter help

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.7.1
    • Interpreters
    • None

    Description

      Current:

      Elasticsearch interpreter:
      General format: <command> /<indices>/<types>/<id> <option> <JSON>
      ...
        - index /ndex/type/id <json-formatted document>
          . the id can be omitted, elasticsearch will generate one
      

      Should be:

      Elasticsearch interpreter:
      General format: <command> /<indices>/<types>/<id> <option> <JSON>
      ...
        - index /index/type/id <json-formatted document>
          . the id can be omitted, elasticsearch will generate one
      

      Attachments

        Issue Links

          Activity

            People

              juanpaulo Juan Paulo Gutierrez
              juanpaulo Juan Paulo Gutierrez
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: