Skip to content

Instantly share code, notes, and snippets.

@sammcj
Last active August 29, 2015 14:15
Show Gist options
  • Save sammcj/a110ee0aa72f003ec45e to your computer and use it in GitHub Desktop.
Save sammcj/a110ee0aa72f003ec45e to your computer and use it in GitHub Desktop.
ES - Logstash - Shard 2 - Stuck Initialising
{
state: open
settings: {
index: {
creation_date: 1423612800416
uuid: 5RVYfow_S82_Tjroj7IPwA
number_of_replicas: 1
analysis: {
analyzer: {
default: {
type: standard
stopwords: _none_
}
}
}
number_of_shards: 5
refresh_interval: 5s
version: {
created: 1040099
}
}
}
mappings: {
_default_: {
dynamic_templates: [
{
string_fields: {
mapping: {
type: multi_field
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
{name}: {
index: analyzed
omit_norms: true
type: string
}
}
}
match_mapping_type: string
match: *
}
}
]
properties: {
geoip: {
dynamic: true
properties: {
location: {
type: geo_point
}
}
}
@version: {
index: not_analyzed
type: string
}
}
}
nginx: {
dynamic_templates: [
{
string_fields: {
mapping: {
type: multi_field
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
{name}: {
index: analyzed
omit_norms: true
type: string
}
}
}
match_mapping_type: string
match: *
}
}
]
properties: {
bytes: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
logsource: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
clientip: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
type: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@version: {
index: not_analyzed
type: string
}
severity_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
httpversion: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
response: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
timestamp: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
vhost: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
verb: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
ident: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
facility: {
type: long
}
millisecond: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
priority: {
type: long
}
request: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
host: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
severity: {
type: long
}
geoip: {
dynamic: true
properties: {
location: {
type: geo_point
}
}
}
agent: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
message: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@timestamp: {
format: dateOptionalTime
type: date
}
referrer: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
program: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
facility_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
auth: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
}
}
docker: {
dynamic_templates: [
{
string_fields: {
mapping: {
type: multi_field
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
{name}: {
index: analyzed
omit_norms: true
type: string
}
}
}
match_mapping_type: string
match: *
}
}
]
properties: {
tags: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
host: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
logsource: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
timestamp8601: {
format: dateOptionalTime
type: date
}
pid: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
severity: {
type: long
}
geoip: {
dynamic: true
properties: {
location: {
type: geo_point
}
}
}
type: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
severity_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@version: {
index: not_analyzed
type: string
}
timestamp: {
format: dateOptionalTime
type: date
}
message: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@timestamp: {
format: dateOptionalTime
type: date
}
facility: {
type: long
}
priority: {
type: long
}
program: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
facility_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
}
}
nagios: {
dynamic_templates: [
{
string_fields: {
mapping: {
type: multi_field
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
{name}: {
index: analyzed
omit_norms: true
type: string
}
}
}
match_mapping_type: string
match: *
}
}
]
properties: {
tags: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
message: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@timestamp: {
format: dateOptionalTime
type: date
}
host: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
facility: {
type: long
}
priority: {
type: long
}
severity: {
type: long
}
geoip: {
dynamic: true
properties: {
location: {
type: geo_point
}
}
}
facility_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
type: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
severity_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@version: {
index: not_analyzed
type: string
}
}
}
selinux: {
dynamic_templates: [
{
string_fields: {
mapping: {
type: multi_field
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
{name}: {
index: analyzed
omit_norms: true
type: string
}
}
}
match_mapping_type: string
match: *
}
}
]
properties: {
host: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
logsource: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
severity: {
type: long
}
geoip: {
dynamic: true
properties: {
location: {
type: geo_point
}
}
}
type: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@version: {
index: not_analyzed
type: string
}
severity_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
timestamp: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
message: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
@timestamp: {
format: dateOptionalTime
type: date
}
facility: {
type: long
}
priority: {
type: long
}
program: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
facility_label: {
norms: {
enabled: false
}
type: string
fields: {
raw: {
index: not_analyzed
ignore_above: 256
type: string
}
}
}
}
}
}
aliases: [ ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment