Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
645 views
in Technique[技术] by (71.8m points)

elasticsearch - Kibana Match a Single Document

I'm trying to do a match search in my Kibana 7.4.1 using:

partes : { nome: EXAMPLE and tipo: Requerido }

but Kibana returns me the following error:

Error loading data

Expected AND, OR, end of input, whitespace but ":" found. partes : { nome: EXAMPLE and tipo:requerido } -----------------------------------^

I'm following the Kibana guide available at https://www.elastic.co/guide/en/kibana/master/kuery-query.html

Suggestions?

Below is an example of my elasticsearch entries.

  {
  "url": null,
  "sistema": "PJE",
  "instancia": "PRIMEIRO_GRAU",
  "extra_instancia": "",
  "segredo": false,
  "numero": null,
  "assunto": "Multa do Artigo 477 da CLT",
  "classe": "A??o Trabalhista - Rito Ordinário",
  "area": "Trabalhista",
  "data_distribuicao": "24/11/2015",
  "orgao_julgador": "2a Vara do Trabalho de Manaus",
  "valor_causa": null,
  "arquivado": true,
  "data_arquivamento": "26/08/2016",
  "last_update_time": "19/11/2020 21:08",
  "situacoes": [],
  "dados": [
    {
      "tipo": "Outros Assuntos",
      "valor": "DIREITO DO TRABALHO
Dura??o do Trabalho
Indeniza??o por Dano Moral
Intervalo Intrajornada
Libera??o / Entrega das Guias
Rescis?o do Contrato de Trabalho
Responsabilidade Civil em Outras Rela??es de Trabalho
Seguro Desemprego
Verbas Rescisórias"
    }
  ],
  "partes": [
    {
      "id": 9731255,
      "tipo": "AUTOR",
      "nome": "ALDO ELIAS PEREIRA",
      "principal": true,
      "polo": "ATIVO",
      "documento": {
        "tipo": "CPF",
        "numero": "34764194287"
      }
    },
    {
      "id": 9731256,
      "tipo": "ADVOGADO",
      "nome": "HAILDO JARBAS RODRIGUES",
      "principal": true,
      "polo": "ATIVO",
      "documento": {
        "tipo": "CPF",
        "numero": "02739046200"
      },
      "advogado_de": 9731255,
      "oabs": [
        {
          "numero": "5304",
          "uf": "AM"
        }
      ]
    },
    {
      "id": 9731257,
      "tipo": "ADVOGADO",
      "nome": "MARA LICIENE RODRIGUES AGUIAR",
      "principal": true,
      "polo": "ATIVO",
      "documento": {
        "tipo": "CPF",
        "numero": "19720912200"
      },
      "advogado_de": 9731255,
      "oabs": [
        {
          "numero": "7244",
          "uf": "AM"
        }
      ]
    },
    {
      "id": 9731258,
      "tipo": "RéU",
      "nome": "G F SERVICOS DE ALIMENTOS LTDA - ME",
      "principal": true,
      "polo": "PASSIVO",
      "documento": {
        "tipo": "CNPJ",
        "numero": "09016960000114"
      }
    },
    {
      "id": 9731259,
      "tipo": "ADVOGADO",
      "nome": "ANA CLARA SOARES LADEIRA",
      "principal": true,
      "polo": "PASSIVO",
      "documento": {
        "tipo": "CPF",
        "numero": "52028151234"
      },
      "advogado_de": 9731258,
      "oabs": [
        {
          "numero": "7289",
          "uf": "AM"
        }
      ]
    },
    {
      "id": 9731260,
      "tipo": "RéU",
      "nome": "Intelbras S/A",
      "principal": true,
      "polo": "PASSIVO",
      "documento": {
        "tipo": null,
        "numero": null
      }
    },
    {
      "id": 9731261,
      "tipo": "ADVOGADO",
      "nome": "LEONARDO MELO GIACOMIN",
      "principal": true,
      "polo": "PASSIVO",
      "documento": {
        "tipo": "CPF",
        "numero": "01997735997"
      },
      "advogado_de": 9731260,
      "oabs": [
        {
          "numero": "14049",
          "uf": "SC"
        }
      ]
    }
  ]
question from:https://stackoverflow.com/questions/65943760/kibana-match-a-single-document

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...