Pooja
(elasticuser)
July 4, 2018, 5:25am
1
parsed fields:
{
"lastModifiedDate" => nil,
"credentials" => nil,
"thumbprint" => nil,
"certificate" => nil,
"messageId" => "123",
"errorInfo" => nil,
"serviceName" => "CCMSService.GET_RUDI",
"transactionId" => nil,
"createdDate" => "2018-06-07T13:02:31.023Z",
"@timestamp " => 2018-07-03T13:42:59.770Z,
"randomNumber" => nil,
"@version " => "1",
"id" => "5b39c8075010d719bc7e250a",
"rudi" => "GTIN-76378664",
"errorcode" => nil,
"requestStatus" => nil,
"actionName" => "Get",
"status" => nil
}
The field is not listed on the dropdown while creating visualizations on Kibana.
dadoonet
(David Pilato)
July 4, 2018, 5:40am
2
It depends on the mapping that has been generated I guess. What is it?
Pooja
(elasticuser)
July 4, 2018, 12:06pm
3
Hey David,
I have not created any mapping as such, I just allowed the indexes to be created and the fields to be shown on kibana.
conf file is as follows:
input {
rabbitmq {
host => "10.136.113.168"
port => "32002"
queue => "elk.test.dnd.queue"
heartbeat => 30
durable => true
password => "admin"
user => "admin"
threads => 1
ack => true
codec => "json"
}
}
filter{
mutate{
rename => { "_id" => "id" }
}
}
output {
stdout { codec => rubydebug }
elasticsearch {
hosts => "localhost:9200"
index => "abc-%{+YYYY.MM.dd}"
}
}
dadoonet
(David Pilato)
July 4, 2018, 12:29pm
4
Can you share the mapping please?
system
(system)
Closed
August 1, 2018, 12:29pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.