Hi,
I've setup log stash to receive CDR from a avaya pabx.
Iv'e used the filter bellow:
filter {
if [type] == "cdr" {
csv {
separator => ","
columns => [
"call Start", "Connected Time", "Ring Time", "Caller", "Direction", "Called Number", "Dialed Number", "Account", "Is Internal", "Call ID", "Continuation", "Party1device", "Party1Name", "Party2Device", "Party2Name", "Hold Time", "Park Time", "AuthValid", "AuthCode", "User Charged", "Call Charge", "Currency", "Amount at last User Change", "Call Units", "Units at Last User change", "Cost per Units", "Mark up", "External Targeting Cause", "External targeter ID", "External Targeted Number"
]
}
}
}
Everything looks good, but i have some "issue".
For example, i would like to have a graph with call duration, but the graph don't looks correct.
do i have to convert the duration to a specific format ? integer or?
I have another issue, the ring_Time is a value in second, but using a mean don't show the average ring time.
As i'm not programmer, any help would be appreciate.
Thx