Hi,
I am newbie to Graylog and have started working on 2.0.3 version and am*
not getting the User Interface* only a message as
{"type":"ApiError","message":
HTTP 404 Not Found}. Have done the manual installation on ubuntu. But when
I start the graylogctl script I get the following errors at the very
beginning line of the log. Is this the reason why am not gettting the UI.
2016-07-21 16:48:06,147 main ERROR Appenders contains an invalid element or
attribute "Memory"
2016-07-21 16:48:06,166 main ERROR Unable to locate appender
"graylog-internal-logs" for logger config "root"
As per the logs web-interface seems to get started at "Started Web
Interface at <http://127.0.0.1:9000/>".
I am attaching the log file. Please can anyone happens to face this issue
earlier or if anyone do know the solution please share.
Cheers
P.C
--
You received this message because you are subscribed to the Google Groups
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/graylog2/091f94b2-98e8-43d4-a06e-4b36b3f6b218%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2016-07-21 16:48:06,147 main ERROR Appenders contains an invalid element or
attribute "Memory"
2016-07-21 16:48:06,166 main ERROR Unable to locate appender
"graylog-internal-logs" for logger config "root"
2016-07-21 16:48:06,358 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded
plugin: Collector 1.0.3 [org.graylog.plugins.collector.CollectorPlugin]
2016-07-21 16:48:06,359 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded
plugin: Enterprise Integration Plugin 1.0.3
[org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin]
2016-07-21 16:48:06,359 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded
plugin: MapWidgetPlugin 1.0.3 [org.graylog.plugins.map.MapWidgetPlugin]
2016-07-21 16:48:06,359 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded
plugin: Pipeline Processor Plugin 1.0.0-beta.5
[org.graylog.plugins.pipelineprocessor.ProcessorPlugin]
2016-07-21 16:48:06,359 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded
plugin: Anonymous Usage Statistics 2.0.3
[org.graylog.plugins.usagestatistics.UsageStatsPlugin]
2016-07-21 16:48:06,441 INFO : org.graylog2.bootstrap.CmdLineTool - Running
with JVM arguments: -Djava.library.path=./../lib/sigar -Xms1g -Xmx1g
-XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC
-XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC
-XX:-OmitStackTraceInFastThrow
2016-07-21 16:48:06,858 INFO : org.graylog2.shared.system.stats.SigarService -
Failed to load SIGAR. Falling back to JMX implementations.
2016-07-21 16:48:08,377 INFO : org.graylog2.shared.buffers.InputBufferImpl -
Message journal is enabled.
2016-07-21 16:48:08,540 INFO : kafka.log.LogManager - Loading logs.
2016-07-21 16:48:08,614 INFO : kafka.log.LogManager - Logs loading complete.
2016-07-21 16:48:08,614 INFO : org.graylog2.shared.journal.KafkaJournal -
Initialized Kafka based journal at data/journal
2016-07-21 16:48:08,624 INFO : org.graylog2.shared.buffers.InputBufferImpl -
Initialized InputBufferImpl with ring size <65536> and wait strategy
<BlockingWaitStrategy>, running 2 parallel message handlers.
2016-07-21 16:48:08,661 INFO : org.mongodb.driver.cluster - Cluster created
with settings {hosts=[localhost:27017], mode=SINGLE,
requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms',
maxWaitQueueSize=5000}
2016-07-21 16:48:08,697 INFO : org.mongodb.driver.cluster - No server chosen by
ReadPreferenceServerSelector{readPreference=primary} from cluster description
ClusterDescription{type=UNKNOWN, connectionMode=SINGLE,
all=[ServerDescription{address=localhost:27017, type=UNKNOWN,
state=CONNECTING}]}. Waiting for 30000 ms before timing out
2016-07-21 16:48:08,733 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:1, serverValue:161}] to localhost:27017
2016-07-21 16:48:08,735 INFO : org.mongodb.driver.cluster - Monitor thread
successfully connected to server with description
ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED,
ok=true, version=ServerVersion{versionList=[3, 0, 12]}, minWireVersion=0,
maxWireVersion=3, maxDocumentSize=16777216, roundTripTimeNanos=1936426}
2016-07-21 16:48:08,740 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:2, serverValue:162}] to localhost:27017
2016-07-21 16:48:08,912 INFO : org.graylog2.plugin.system.NodeId - Node ID:
99a03835-c3d5-4ef5-9c65-7bac640481b6
2016-07-21 16:48:08,964 INFO : org.elasticsearch.node -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] version[2.3.2], pid[5788],
build[b9e4a6a/2016-04-21T16:03:47Z]
2016-07-21 16:48:08,964 INFO : org.elasticsearch.node -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] initializing ...
2016-07-21 16:48:08,968 INFO : org.elasticsearch.plugins -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] modules [], plugins
[graylog-monitor], sites []
2016-07-21 16:48:10,358 INFO : org.elasticsearch.node -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] initialized
2016-07-21 16:48:10,436 INFO : org.hibernate.validator.internal.util.Version -
HV000001: Hibernate Validator 5.2.4.Final
2016-07-21 16:48:10,564 INFO : org.graylog2.shared.buffers.ProcessBuffer -
Initialized ProcessBuffer with ring size <65536> and wait strategy
<BlockingWaitStrategy>.
2016-07-21 16:48:12,074 INFO :
org.graylog2.bindings.providers.RulesEngineProvider - No static rules file
loaded.
2016-07-21 16:48:12,250 WARN :
org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does
not exist: /tmp/GeoLite2-City.mmdb
2016-07-21 16:48:12,256 INFO : org.graylog2.buffers.OutputBuffer - Initialized
OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
2016-07-21 16:48:12,314 WARN :
org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does
not exist: /tmp/GeoLite2-City.mmdb
2016-07-21 16:48:12,374 WARN :
org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does
not exist: /tmp/GeoLite2-City.mmdb
2016-07-21 16:48:12,433 WARN :
org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does
not exist: /tmp/GeoLite2-City.mmdb
2016-07-21 16:48:12,508 WARN :
org.graylog.plugins.map.geoip.GeoIpResolverEngine - GeoIP database file does
not exist: /tmp/GeoLite2-City.mmdb
2016-07-21 16:48:13,129 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog
server 2.0.3 (f07c170) starting up
2016-07-21 16:48:13,130 INFO : org.graylog2.bootstrap.ServerBootstrap - JRE:
Oracle Corporation 1.8.0_91 on Linux 3.13.0-32-generic
2016-07-21 16:48:13,130 INFO : org.graylog2.bootstrap.ServerBootstrap -
Deployment: unknown
2016-07-21 16:48:13,130 INFO : org.graylog2.bootstrap.ServerBootstrap - OS:
Ubuntu 14.04.1 LTS (trusty)
2016-07-21 16:48:13,130 INFO : org.graylog2.bootstrap.ServerBootstrap - Arch:
amd64
2016-07-21 16:48:13,208 WARN :
org.graylog2.shared.events.DeadEventLoggingListener - Received unhandled event
of type <org.graylog2.plugin.lifecycles.Lifecycle> from event bus
<AsyncEventBus{graylog-eventbus}>
2016-07-21 16:48:13,234 INFO :
org.graylog2.shared.initializers.PeriodicalsService - Starting 24 periodicals
...
2016-07-21 16:48:13,234 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling
every [1s].
2016-07-21 16:48:13,247 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.AlertScannerThread] periodical in [10s], polling every
[60s].
2016-07-21 16:48:13,247 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in
[0s], polling every [1s].
2016-07-21 16:48:13,248 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ClusterHealthCheckThread] periodical in [0s], polling
every [20s].
2016-07-21 16:48:13,250 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ContentPackLoaderPeriodical] periodical, running
forever.
2016-07-21 16:48:13,254 INFO : org.elasticsearch.node -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] starting ...
2016-07-21 16:48:13,258 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running
forever.
2016-07-21 16:48:13,261 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s],
polling every [30s].
2016-07-21 16:48:13,262 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling
every [300s].
2016-07-21 16:48:13,267 INFO : org.graylog2.periodical.IndexRetentionThread -
Elasticsearch cluster not available, skipping index retention checks.
2016-07-21 16:48:13,274 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:3, serverValue:163}] to localhost:27017
2016-07-21 16:48:13,279 INFO :
org.graylog2.periodical.IndexerClusterCheckerThread - Indexer not fully
initialized yet. Skipping periodic cluster check.
2016-07-21 16:48:13,282 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every
[10s].
2016-07-21 16:48:13,284 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
2016-07-21 16:48:13,285 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling
every [1800s].
2016-07-21 16:48:13,285 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s],
polling every [1s].
2016-07-21 16:48:13,285 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every
[1s].
2016-07-21 16:48:13,285 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling
every [300s].
2016-07-21 16:48:13,286 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ClusterIdGeneratorPeriodical] periodical, running
forever.
2016-07-21 16:48:13,287 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.IndexRangesMigrationPeriodical] periodical, running
forever.
2016-07-21 16:48:13,287 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s],
polling every [3600s].
2016-07-21 16:48:13,290 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:4, serverValue:164}] to localhost:27017
2016-07-21 16:48:13,290 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:5, serverValue:165}] to localhost:27017
2016-07-21 16:48:13,309 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:6, serverValue:166}] to localhost:27017
2016-07-21 16:48:13,309 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:7, serverValue:167}] to localhost:27017
2016-07-21 16:48:13,317 INFO : org.mongodb.driver.connection - Opened
connection [connectionId{localValue:8, serverValue:168}] to localhost:27017
2016-07-21 16:48:13,348 INFO :
org.graylog2.shared.initializers.PeriodicalsService - Not starting
[org.graylog2.periodical.UserPermissionMigrationPeriodical] periodical. Not
configured to run on this node.
2016-07-21 16:48:13,349 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.AlarmCallbacksMigrationPeriodical] periodical, running
forever.
2016-07-21 16:48:13,349 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.ConfigurationManagementPeriodical] periodical, running
forever.
2016-07-21 16:48:13,369 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog2.periodical.LdapGroupMappingMigration] periodical, running forever.
2016-07-21 16:48:13,369 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog.plugins.usagestatistics.UsageStatsNodePeriodical] periodical in
[300s], polling every [21600s].
2016-07-21 16:48:13,369 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog.plugins.usagestatistics.UsageStatsClusterPeriodical] periodical in
[300s], polling every [21600s].
2016-07-21 16:48:13,369 INFO : org.graylog2.periodical.Periodicals - Starting
[org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread]
periodical in [0s], polling every [3600s].
2016-07-21 16:48:13,484 INFO : org.elasticsearch.transport -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] publish_address
{127.0.0.1:9350}, bound_addresses {[::1]:9350}, {127.0.0.1:9350}
2016-07-21 16:48:13,489 INFO : org.elasticsearch.discovery -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] graylog/6WmADoXJTyWGWxMKay1sUQ
2016-07-21 16:48:13,634 INFO :
org.graylog2.shared.initializers.AbstractJerseyService - Enabling CORS for HTTP
endpoint
2016-07-21 16:48:14,098 INFO :
org.glassfish.grizzly.http.server.NetworkListener - Started listener bound to
[127.0.0.1:9000]
2016-07-21 16:48:14,100 INFO : org.glassfish.grizzly.http.server.HttpServer -
[HttpServer] Started.
2016-07-21 16:48:14,101 INFO : org.graylog2.initializers.WebInterfaceService -
Started Web Interface at <http://127.0.0.1:9000/>
2016-07-21 16:48:14,300 INFO :
org.glassfish.grizzly.http.server.NetworkListener - Started listener bound to
[127.0.0.1:12900]
2016-07-21 16:48:14,301 INFO : org.glassfish.grizzly.http.server.HttpServer -
[HttpServer-1] Started.
2016-07-21 16:48:14,301 INFO : org.graylog2.shared.initializers.RestApiService
- Started REST API at <http://127.0.0.1:12900/>
2016-07-21 16:48:16,494 WARN : org.elasticsearch.discovery -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] waited for 3s and no initial
state was set by the discovery
2016-07-21 16:48:16,495 INFO : org.elasticsearch.node -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] started
2016-07-21 16:48:16,566 INFO : org.elasticsearch.cluster.service -
[graylog-99a03835-c3d5-4ef5-9c65-7bac640481b6] detected_master {Madelyne
Pryor}{28p4JdfLQLq9UOyq5kiu-Q}{127.0.0.1}{127.0.0.1:9300}, added {{Madelyne
Pryor}{28p4JdfLQLq9UOyq5kiu-Q}{127.0.0.1}{127.0.0.1:9300},}, reason:
zen-disco-receive(from master [{Madelyne
Pryor}{28p4JdfLQLq9UOyq5kiu-Q}{127.0.0.1}{127.0.0.1:9300}])
2016-07-21 16:48:16,580 INFO :
org.graylog2.shared.initializers.ServiceManagerListener - Services are healthy
2016-07-21 16:48:16,581 INFO : org.graylog2.bootstrap.ServerBootstrap -
Services started, startup times in ms: {InputSetupService [RUNNING]=10,
KafkaJournal [RUNNING]=32, JournalReader [RUNNING]=33, OutputSetupService
[RUNNING]=37, MetricsReporterService [RUNNING]=41, BufferSynchronizerService
[RUNNING]=53, PeriodicalsService [RUNNING]=140, WebInterfaceService
[RUNNING]=859, RestApiService [RUNNING]=1069, IndexerSetupService
[RUNNING]=3335}
2016-07-21 16:48:16,584 INFO : org.graylog2.bootstrap.ServerBootstrap - Graylog
server up and running.
2016-07-21 16:48:16,584 INFO :
org.graylog2.shared.initializers.InputSetupService - Triggering launching
persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running
[LB:ALIVE]