Sha256: 699883c86afa2d5b976fbe02eb5dcbc85527816ecd6135a9d4f13c586ca3fd4b

Contents?: true

Size: 1.69 KB

Versions: 60

Compression:

Stored size: 1.69 KB

Contents

[
  {
    "name": "time",
    "type": "TIMESTAMP",
    "mode": "REQUIRED"
  },
  {
    "name": "request",
    "type": "RECORD",
    "mode": "REQUIRED",
    "fields": [
      {
        "name": "vhost",
        "type": "STRING",
        "mode": "NULLABLE"
      },
      {
        "name": "path",
        "type": "STRING",
        "mode": "REQUIRED"
      },
      {
        "name": "method",
        "type": "STRING",
        "mode": "REQUIRED"
      },
      {
        "name": "protocol",
        "type": "STRING",
        "mode": "REQUIRED"
      },
      {
        "name": "agent",
        "type": "STRING",
        "mode": "REQUIRED"
      },
      {
        "name": "referer",
        "type": "STRING",
        "mode": "NULLABLE"
      },
      {
        "name": "time",
        "type": "TIMESTAMP",
        "mode": "NULLABLE"
      },
      {
        "name": "bot_access",
        "type": "BOOLEAN",
        "mode": "NULLABLE"
      },
      {
        "name": "loginsession",
        "type": "BOOLEAN",
        "mode": "NULLABLE"
      }
    ]
  },
  {
    "name": "remote",
    "type": "RECORD",
    "mode": "NULLABLE",
    "fields": [
      {
        "name": "host",
        "type": "STRING",
        "mode": "NULLABLE"
      },
      {
        "name": "ip",
        "type": "STRING",
        "mode": "REQUIRED"
      },
      {
        "name": "user",
        "type": "STRING",
        "mode": "NULLABLE"
      }
    ]
  },
  {
    "name": "response",
    "type": "RECORD",
    "mode": "REQUIRED",
    "fields": [
      {
        "name": "status",
        "type": "INTEGER",
        "mode": "REQUIRED"
      },
      {
        "name": "bytes",
        "type": "INTEGER",
        "mode": "REQUIRED"
      }
    ]
  }
]

Version data entries

60 entries across 60 versions & 4 rubygems

Version Path
fluent-plugin-bigquery-3.3.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-3.2.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-3.1.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-3.0.1 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-3.0.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-2.3.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-test-2.2.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-2.2.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-2.1.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-2.0.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-2.0.0.beta test/plugin/testdata/apache.schema
fluent-plugin-bigquery-1.2.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-1.1.1 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-1.1.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-1.0.0 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-0.4.4 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-0.5.0.beta2 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-0.4.3 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-0.5.0.beta1 test/plugin/testdata/apache.schema
fluent-plugin-bigquery-0.4.2 test/plugin/testdata/apache.schema