jq

    2熱度

    1回答

    您好我正在嘗試在shell腳本中獲取myApp傳遞節點的consul服務標籤列表,使用jq。 當我有這樣的事情.. curl 'http://127.0.0.1:8500/v1/health/service/myApp?dc=a&passing=true' \ | jq '.[].Checks[1].ServiceTags[]' 輸出.. "a" "b" "c" "d" 我

    0熱度

    1回答

    我想從consul API檢索給定節點的ServiceTag(s)。我需要通過jq過濾。 這裏是節點&服務標籤JQ戲查詢,但我想ServiceTag給定節點.. 隨着服務標籤 - https://jqplay.org/s/iaSIPnkxFm 隨着節點 - https://jqplay.org/s/ea-LyKhhpy 任何人都可以請幫助我用jq查詢將兩者結合起來,爲上述示例中的節點「my-app

    0熱度

    1回答

    我正在嘗試使用jq來提取頂級屬性名稱以及所附的時間戳。 JSON輸入: [ { "Something": { "_metadata": { "timestamp": "2016-02-18T12:32:50.276Z" } } }, { "OtherThing": { "_metadata"

    0熱度

    1回答

    我有以下格式,希望能夠使用elasticsearch預批量預處理。 {"title":"April","url":"https://simple.wikipedia.org/wiki/April", "abstract":"April is the 4th month of the year, and comes between March and May. It is one of four m

    2熱度

    3回答

    假設我有以下json。 { "userid":334, "Parameters": [ { "ParameterValue": "james", "ParameterKey": "name" }, { "ParameterValue": "22", "ParameterKey": "age" },

    1熱度

    2回答

    我有一個對象數組,我想刪除此數組中的一些重複項,但我想保留重複計數。 我輸入的是: [ { "foo": 1, "bar": "a", "baz": "whatever" }, { "foo": 1, "bar": "a", "baz": "hello" }, {

    3熱度

    2回答

    我想獲得一個任務定義列表,我可以通過AWS CLI創建一個列表。這是來自命令的部分列表; aws ecs list-task-definitions --region eu-west-1 { "taskDefinitionArns": [ "arn:aws:ecs:eu-west-1:543573289192:task-definition/audience-view-dev

    0熱度

    1回答

    我想設置一個警報,以便下面的JSON對象狀態說什麼,但開始。我開始玩有條件的jq,但我不確定如何實現這個正則表達式。 { "page": 0, "page_size": 100, "total_pages": 10, "total_rows": 929, "headers": [ "*" ], "rows": [

    2熱度

    1回答

    我有一個shell命令,在終端運行正常但由節點的child_process執行錯誤。 這裏是作爲終端使用(file.json是一個JSON文件)的命令: cat /tmp/file.json | jq 在這裏從child_process運行相同的指令: var cp = require("child_process"); var command = "cat /tmp/gen_json |

    0熱度

    3回答

    使用JQ,我想櫻桃拾取鍵/值對從以下JSON: { "project": "Project X", "description": "This is a description of Project X", "nodes": [ { "name": "server001", "detail001": "foo", "deta