Lorenzo Mangani
Lorenzo Mangani
Could you try adding `unserializer => raw` to your input?
Hi Andre - Are those materialized as individual files?
wait up - i'm confused. if its a CSV file each hour, how can the values be spread on multiple lines? it seems unlikely. from the example, it seems there...
overall, the first step is pretty easy - pastash already has a CSV parser - we just skip the first 2 lines and teach it what headers. From there we...
I doubt this would or should work, but I can't tell without seeing the config you're running. The point of pastash is not sending the data as-is (unless its already...
Mind the `host` parameter should be HOMER's IP. Is HOMER running on the same host reading the CDRs? Sniff around port 9060 see if they actually show up.
Try adding the following filter to generate a custom payload with a few elements of your CDR to test with: ``` mustache { template => 'CDR: {{direction}} {{caller_id_number}} -> {{destination_number}}:...
Hi @thepacketlover its hard to compare pastash and samplicator - pastash does not blindly forward network packets but rather interprets, reassembles and decodes them internally for modification and reshaping. The...
NOTE: adding the `raw` serializer to the input might make this work as you would expect.
That's right. The Loki output feature is currently tested in single-tenant mode - will add it once time allows and keep this open as feature request (or feel free to...