Hello,

I have no idea how to check this on ES side.
For info, I'm shipping datas from a csv file through logstash with this
conf (should I do something on this side ?) :

input {
  file {
codec => plain{
charset => "UTF-8"
}
path => ["/tmp/search.csv"]
start_position => "beginning"
  }
}

filter {

csv {
columns =>
["datelog","ClientIP","SearchLogic","SearchTarget","Query","Language","Start
Offset","Hits","RefinementList","RefinementListLength","LastRefinement","LastRefinementAction","NResults","NResultsAvailable","TimeIndex","TimeTotalSearchMicro"]
separator => ";"

}

date {

match => [ "datelog", "YYYY/mm/dd HH:mm:ss" ]
timezone => "UTC"
}



}


output {
gelf {
host => "SPAR-LOG-GELF-UDP"
port => 12201
}
}

2016-01-19 12:05 GMT+01:00 Grzybek Mathieu CNE (GAE BCQ STIG CTGN) <
[email protected]>:

> Hi Jean-Luc,
>
> What about your field mapping in elasticsearch ? Is it a numeric type ?
>
> Mathieu
>
>
> Le 19/01/2016 12:00, Jean-Luc Bassereau a écrit :
>
> Hello,
>
> I'm trying to generate charts from numeric datas.
> Field called "NBresults" contains numeric datas :
>
>
> ​
> When I click on "Genchart" :
>
> ​
> I have this endless animation without error but without result :
>
> Any idea ?
> ​
>
> --
> Cheers,
> Jean-Luc Bassereau
> --
> You received this message because you are subscribed to the Google Groups
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> <https://groups.google.com/d/msgid/graylog2/CAEoVnxZRMD6ZdOtaC1g--e%3D%2BwxdqLGD%3DnHW5J1Oh1FLjDjd4hg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> https://groups.google.com/d/msgid/graylog2/CAEoVnxZRMD6ZdOtaC1g--e%3D%2BwxdqLGD%3DnHW5J1Oh1FLjDjd4hg%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> Le capitaine Mathieu GRZYBEK
> COMSOPGN / STIG / BCQ / GAE
> Fort de Rosny
> Avenue Théophile Sueur
> 93111 Rosny-sous-Bois Cedex
> France
> Tel: +33 (0) 158 665 225
>
> --
> You received this message because you are subscribed to the Google Groups
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/graylog2/569E187F.4030204%40gendarmerie.interieur.gouv.fr
> <https://groups.google.com/d/msgid/graylog2/569E187F.4030204%40gendarmerie.interieur.gouv.fr?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> Ce message électronique et tous les fichiers attachés qu'il contient sont
> confidentiels et destinés exclusivement à l'usage de la personne à laquelle
> ils sont adressés. Si vous avez reçu ce message par erreur, merci de le
> retourner à son émetteur. La publication, l'usage, la distribution,
> l'impression ou la copie non autorisée de ce message et des attachements
> qu'il contient sont strictement interdits.
>
> En cas d'urgence, composez le 17 ou le 112.
> Afin de contribuer au respect de l'environnement, merci de n'imprimer cet
> e-mail qu'en cas de necessite.
>
> This e-mail and any files transmitted with it are confidential and
> intended solely for the use of the individual to whom it is addressed. If
> you have received this email in error please send it back to the person
> that sent it to you. Unauthorized publication, use, dissemination,
> forwarding, printing or copying of this email and its associated
> attachments is strictly prohibited.
>
> In case of emergency, dial number 17 or 112.
> To contribute to the environmental protection, please print this e-mail
> only if necessary.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/graylog2/569E187F.4030204%40gendarmerie.interieur.gouv.fr
> .
> For more options, visit https://groups.google.com/d/optout.
>
>


-- 
Cordialement,
Jean-Luc Bassereau

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/CAEoVnxZKDoNt0SNGGnOV20SMFxdVK6oe55Q4qdRN%3DCtgaQxfdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to