spec/ecs_logging/logger_spec.rb [40:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      json = JSON.parse(log)

      expect(json).to match(
        "@timestamp" => /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/,
        "log.level" => "INFO",
        "message" => "very informative",
        "ecs.version" => "1.4.0",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/ecs_logging/logger_spec.rb [95:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        json = JSON.parse(log)

        expect(json).to match(
          "@timestamp" => /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/,
          "log.level" => "INFO",
          "message" => "very informative",
          "ecs.version" => "1.4.0",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



