Suricata the output of eve.log does not include data on http connections

       # Can enable LZMA decompression
       #lzma-enabled: false
       # Memory limit usage for LZMA decompression dictionary
       # Data is decompressed until dictionary reaches this size
       #lzma-memlimit: 1mb
       # Maximum decompressed size with a compression ratio
       # above 2048 (only LZMA can reach this ratio, deflate cannot)
       #compression-bomb-limit: 1mb
       # Maximum time spent decompressing a single transaction in usec
       #decompression-time-limit: 100000

     server-config:

       #- apache:
       #    address: [192.168.1.0/24, 127.0.0.0/8, "::1"]
       #    personality: Apache_2
       #    # Can be specified in kb, mb, gb.  Just a number indicates
       #    # it's in bytes.
       #    request-body-limit: 4096
       #    response-body-limit: 4096
       #    double-decode-path: no
       #    double-decode-query: no

       #- iis7:
       #    address:
       #      - 192.168.0.0/24
       #      - 192.168.10.0/24
       #    personality: IIS_7_0
       #    # Can be specified in kb, mb, gb.  Just a number indicates
       #    # it's in bytes.
       #    request-body-limit: 4096
       #    response-body-limit: 4096
       #    double-decode-path: no
       #    double-decode-query: no