Git Product home page Git Product logo

Comments (12)

lmangani avatar lmangani commented on June 10, 2024 2

Please uudecode for best results ;) none of us is a browser

NOT WORKING:

{
  "timestamp": {
    "from": 1687348090034,
    "to": 1687348690034
  },
  "param": {
    "search": {
      "1_call": {
        "id": 64620,
        "correlation_id": [
          "0ca35d39-8acd-123c-ab95-fa163ef0535d"
        ],
        "uuid": []
      }
    },
    "location": {},
    "transaction": {
      "call": true,
      "registration": false,
      "rest": false
    },
    "id": {},
    "timezone": {
      "value": -180,
      "name": "Local"
    }
  }
}

WORKING:

{
  "timestamp": {
    "from": 1687348090034,
    "to": 1687348690034
  },
  "param": {
    "search": {
      "1_call": {
        "id": 64620,
        "callid": [
          "0ca35d39-8acd-123c-ab95-fa163ef0535d"
        ],
        "uuid": []
      }
    },
    "location": {},
    "transaction": {
      "call": true,
      "registration": false,
      "rest": false
    },
    "id": {},
    "timezone": {
      "value": -180,
      "name": "Local"
    }
  }
}

from homer-app.

adubovikov avatar adubovikov commented on June 10, 2024 2

so, looks like we don't send correlation_id and check only correlation_id. @AlexeyOplachko is working on fix :-)

from homer-app.

gmaruzz avatar gmaruzz commented on June 10, 2024 1

Thanks a lot, and sorry for the unreadable URLs!

from homer-app.

AlexeyOplachko avatar AlexeyOplachko commented on June 10, 2024 1

Made a fix, it should now work, one thing to note is that you need to use actual IDs for columns.
To simplify process I added tooltip that when you hover over header shows real id for each column
I.e.
image

from homer-app.

AlexeyOplachko avatar AlexeyOplachko commented on June 10, 2024 1

Here's example of url from my local setup: http://192.168.88.25:4300/search/result?{"timestamp":{"from":1687356866768,"to":1687357466768},"param":{"search":{"1_call":{"protocol_header.correlation_id":["[email protected]"]}},"location":{},"transaction":{"call":true,"registration":false,"rest":false},"id":{},"timezone":{"value":-180,"name":"Local"}}}=

So yes, you're correct.

from homer-app.

adubovikov avatar adubovikov commented on June 10, 2024

image

and you can replace call_id to correlation_id:

http://homer.com/search/result?{"timestamp":{"from":1686126213000,"to":1686126813000},"param":{"search":{"1_call":{"id":42073,"correlation_id":["[email protected]"],"uuid":[]}},"location":{},"transaction":{"call":true,"registration":false,"rest":false},"id":{},"timezone":{"value":-180,"name":"Local"}}}

from homer-app.

gmaruzz avatar gmaruzz commented on June 10, 2024

wow, that was fast!!

but... it does not work for me :(

it returns all the calls, like when you search for an unexisting identifier (eg, Zcallid) :(

NOT WORKS: http://192.168.1.3:9080/search/result?%7B%22timestamp%22:%7B%22from%22:1687348090034,%22to%22:1687348690034%7D,%22param%22:%7B%22search%22:%7B%221_call%22:%7B%22id%22:64620,%22correlation_id%22:%5B%220ca35d39-8acd-123c-ab95-fa163ef0535d%22%5D,%22uuid%22:%5B%5D%7D%7D,%22location%22:%7B%7D,%22transaction%22:%7B%22call%22:true,%22registration%22:false,%22rest%22:false%7D,%22id%22:%7B%7D,%22timezone%22:%7B%22value%22:-180,%22name%22:%22Local%22%7D%7D%7D=

NOT WORKS: http://192.168.1.3:9080/search/result?%7B%22timestamp%22:%7B%22from%22:1687348090034,%22to%22:1687348690034%7D,%22param%22:%7B%22search%22:%7B%221_call%22:%7B%22id%22:64620,%22Zcallid%22:%5B%220ca35d39-8acd-123c-ab95-fa163ef0535d%22%5D,%22uuid%22:%5B%5D%7D%7D,%22location%22:%7B%7D,%22transaction%22:%7B%22call%22:true,%22registration%22:false,%22rest%22:false%7D,%22id%22:%7B%7D,%22timezone%22:%7B%22value%22:-180,%22name%22:%22Local%22%7D%7D%7D=

WORKS: http://192.168.1.3:9080/search/result?%7B%22timestamp%22:%7B%22from%22:1687348090034,%22to%22:1687348690034%7D,%22param%22:%7B%22search%22:%7B%221_call%22:%7B%22id%22:64620,%22callid%22:%5B%220ca35d39-8acd-123c-ab95-fa163ef0535d%22%5D,%22uuid%22:%5B%5D%7D%7D,%22location%22:%7B%7D,%22transaction%22:%7B%22call%22:true,%22registration%22:false,%22rest%22:false%7D,%22id%22:%7B%7D,%22timezone%22:%7B%22value%22:-180,%22name%22:%22Local%22%7D%7D%7D=

from homer-app.

adubovikov avatar adubovikov commented on June 10, 2024

@gmaruzz moment, let me tell you the correct URL

from homer-app.

gmaruzz avatar gmaruzz commented on June 10, 2024

Hello Alexey,

so, in this case, it would be "protocol_header.correlation_id":["[email protected]"] ?

from homer-app.

gmaruzz avatar gmaruzz commented on June 10, 2024

Thanks a lot!!

from homer-app.

adubovikov avatar adubovikov commented on June 10, 2024

We have uploaded the new version @gmaruzz please update and test

from homer-app.

gmaruzz avatar gmaruzz commented on June 10, 2024

already done

it works perfect!

Thanks Alexey, thanks Alexandr

from homer-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.