<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>elastic on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/elastic/</link><description>Recent content in elastic on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 10 Jul 2023 14:21:34 +0400</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/elastic/index.xml" rel="self" type="application/rss+xml"/><item><title>Node configuration, passing elasticsearch.yaml config through eck manifest file</title><link>https://jaaved.netlify.app/notes/202109201444-node_configuration_elastic_cloud_on_kubernetes_1_7_elastic/</link><pubDate>Mon, 10 Jul 2023 14:21:34 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202109201444-node_configuration_elastic_cloud_on_kubernetes_1_7_elastic/</guid><description>Node configurationedit Any setting defined in the elasticsearch.yml configuration file can also be defined for a set of Elasticsearch nodes in the spec.nodeSets[?].config section.
spec: nodeSets: - name: masters count: 3 config: # On Elasticsearch versions before 7.9.0, replace the node.roles configuration with the following: # node.master: true node.roles: [&amp;#34;master&amp;#34;] xpack.ml.enabled: true node.remote_cluster_client: false - name: data count: 10 config: # On Elasticsearch versions before 7.9.0, replace the node.roles configuration with the following: # node.</description></item><item><title>Authentication failed with Django APM agent</title><link>https://jaaved.netlify.app/notes/202110101308-failed_to_verify_server_certificate_apm_go_agent_with_eck_elastic_observability_apm_discuss_the_elastic_stack/</link><pubDate>Mon, 10 Jul 2023 14:21:20 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202110101308-failed_to_verify_server_certificate_apm_go_agent_with_eck_elastic_observability_apm_discuss_the_elastic_stack/</guid><description>My use case # APM Django agent was not able to communicate with APM server, was failing with error:
Oops. That didn&amp;#39;t work. The following error occured: JSON decoding error while fetching server information: Expecting value: line 1 column 1 (char 0) Failed to submit message: &amp;#39;HTTP 401: {&amp;#34;error&amp;#34;:&amp;#34;authentication failed: missing or improperly formatted Authorization header: expected \&amp;#39;Authorization: Bearer secret_token\&amp;#39; or \&amp;#39;Authorization: ApiKey base64(API key ID:API key)\&amp;#39;&amp;#34;}\n&amp;#39; Following the solution and creating following manifest file worked:</description></item><item><title>Kibana</title><link>https://jaaved.netlify.app/notes/kibana--20210913-173333/</link><pubDate>Sat, 31 Dec 2022 16:28:09 +0300</pubDate><guid>https://jaaved.netlify.app/notes/kibana--20210913-173333/</guid><description>Service # tags Elasticsearch, Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.
Do anything from tracking query load to understanding the way requests flow through your apps.
URL
Kibana vs Grafana # ref
Kibana # Kibana is useful to convert log data from the ELK stack into visualizations and it also supports querying logs.
Grafana # Grafana is more of a general-purpose visualization tool that can work with a handful of data sets that may or may not be “logs”.</description></item><item><title>Elastic Licenses</title><link>https://jaaved.netlify.app/notes/elastic_licenses--20220206-101226/</link><pubDate>Mon, 04 Apr 2022 10:31:34 +0300</pubDate><guid>https://jaaved.netlify.app/notes/elastic_licenses--20220206-101226/</guid><description># ECK works on two licenses: basic and enterprise. At KFUPM we purchased platinum license, there we cannot use ECK, forced to upgrade the existing Virtual Machine based nodes.
How charges for licenses? # They charge per node basis. Each license type has it own definition about what a node is. E.g. in platinum a machine with 64GB RAM is a node.
Platinum vs Enterprise licenses ATTACH # To purchase platinum license minimum 3 nodes should be purchased and for enterprise license minimum of 6 nodes should be purchased.</description></item></channel></rss>