<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=OpenSearch</id>
	<title>OpenSearch - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=OpenSearch"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=OpenSearch&amp;action=history"/>
	<updated>2026-05-28T02:02:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=OpenSearch&amp;diff=10485&amp;oldid=prev</id>
		<title>imported&gt;Shyim: Created page with &quot;__TOC__  == Install ==  &lt;syntaxhighlight lang=&quot;nix&gt;   services.opensearch.enable = true; &lt;/syntaxhighlight&gt;  == Configuration ==  By default OpenSearch is configured to run as...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=OpenSearch&amp;diff=10485&amp;oldid=prev"/>
		<updated>2023-02-17T07:49:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__TOC__  == Install ==  &amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;gt;   services.opensearch.enable = true; &amp;lt;/syntaxhighlight&amp;gt;  == Configuration ==  By default OpenSearch is configured to run as...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;gt;&lt;br /&gt;
  services.opensearch.enable = true;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
By default OpenSearch is configured to run as a single-node. You can modify any OpenSearch configuration using services.opensearch.settings. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;gt;&lt;br /&gt;
  services.opensearch.enable = true;&lt;br /&gt;
  services.opensearch.settings = {&lt;br /&gt;
    &amp;quot;cluster.name&amp;quot; = &amp;quot;my-cluster&amp;quot;;&lt;br /&gt;
  };&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Shyim</name></author>
	</entry>
</feed>