I was having a similar problem and I was able to see the logs ingested after setting decompression
in the config.yaml file for pormtal like this:
...
scrape_configs:
- job_name: system
decompression:
enabled: true
format: gz
static_configs:
- targets:
- localhost
labels:
...