dada a écrit 5 commentaires

  • [^] # Re: configuration logstash

    Posté par  . En réponse au message centralisation des logs. Évalué à 1.

    merci pour votre gentillesse, j'ai résolu le problème

  • # configuration logstash

    Posté par  . En réponse au message centralisation des logs. Évalué à 1.

    bonjour,
    je reviens après un peu de retard s'il vous plait j'ai besoin de savoir comment configurer logstash afin de collecter les logs en utilisant le service rsyslog

  • [^] # Re: Lister les index

    Posté par  . En réponse au message centralisation des logs. Évalué à 1.

    voila le résultat lors de l’exécution des commandes:
    [gada@localhost ~]$ curl -X GET 'http://localhost:9200'
    {
    "name" : "Madam Slay",
    "cluster_name" : "elasticsearch",
    "version" : {
    "number" : "2.2.1",
    "build_hash" : "d045fc29d1932bce18b2e65ab8b297fbf6cd41a1",
    "build_timestamp" : "2016-03-09T09:38:54Z",
    "build_snapshot" : false,
    "lucene_version" : "5.4.1"
    },
    "tagline" : "You Know, for Search"
    }
    [gada@localhost ~]$ curl 'localhost:9200/_cat/indices?v'
    health status index pri rep docs.count docs.deleted store.size pri.store.size
    yellow open .kibana 1 1 103 0 100.6kb 100.6kb
    yellow open customer 5 1 0 0 795b 795b
    [gada@localhost ~]$

  • [^] # Re: Lister les index

    Posté par  . En réponse au message centralisation des logs. Évalué à 1.

    --voila l'erreur au dessous de la page web Kibana-- je trouve
    Index contains time-based event(coché)
    aussi je trouve
    Index name or pattern
    logstash-*
    Après ce message d'erreur

    Do not expand index pattern when searching (Not recommended)

    By default, searches against any time-based index pattern that contains a wildcard will automatically be expanded to query only the indices that contain data within the currently selected time range.

    Searching against the index pattern logstash-* will actually query elasticsearch for the specific matching indices (e.g. logstash-2015.12.21) that fall within the current time range.

  • [^] # Re: Lister les index

    Posté par  . En réponse au message centralisation des logs. Évalué à 1.

    d'accord je vais voir,merci