I have configured the EFK stack and logs are visible in kibana under the discover button when i create index pattern fluentd*.
But same logs are not visible in logs app when I make custom settings.
PFA the configuration done via UI for logs app source -
{"type":"error","@timestamp":"2020-02-26T10:39:02Z","tags":["connection","client","error"],"pid":1,"level":"error","error":{"message":"139989745084288:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 46\n","name":"Error","stack":"Error: 139989745084288:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 46\n"},"message":"139989745084288:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 46\n"}
And API response being
{
"data": null,
"errors": [{
"message": "[illegal_argument_exception] Fielddata is not supported on field [_version] of type [_version]",
"locations": [{
"line": 4,
"column": 5
}],
"path": ["source", "logEntriesAround"]
}]
}
Hi @mattkime, I could get logs in Kibana app. But still would like to understand one thing. Can we configure multiple sources in xpack section of logs app i.e. something like -
What is your goal in configuring multiple sources? I think you can only define the default, but you can define multiple log aliases in comma delimited format - fluent-bit-default*,fluent-bit-sourceA*,fluent-bit-sourceB*
I have different indices in elastic search for each user i.e. fluent-bit-sourceA for userA and fluent-bit-sourceB index for userB. I want to configure different sources in logs app for different users so that users are not filtering on their end based on index pattern. If in "Discover" app, we can define multiple index patterns, "Logs" app should also be somehow configurable with multiple sources I believe.
Spaces configuration is typically done through the graphical user interface. If you need to create a large number of them - and I'd be curious to how many spaces you'd need to configure - it may be possible to automate it via a custom kibana plugin.
Hi, we need to onboard different clients to our platform and make sure no client can see logs of other client. As far as the number of spaces are concerned, lets take a ballpark number as 1000. I am doing it using Kibana APIs. But given the APIs are experimental, little doubtful about using those. Also, how many spaces can kibana handle in general?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.