Kibana how to delete index. 0-2020-XX-XX: also 700MB each .
Kibana how to delete index. Bootstrap an index as the initial write index
.
Kibana how to delete index If we want to delete an index pattern from Kibana, we can do that by clicking on the delete icon in the top-right corner of the index pattern page. index. Can you please help me in deleting this from index pattern Dec 10, 2019 · Kibana is just the visualization part of the elastic stack, your data is stored in elasticsearch, to get rid of it you need to delete your index. I mean filebeat-7. When trying to view the index in Kibana, I receive the following message: Failed to fetch TypeError: Failed to fetch I can click on other Indicies in the Kibana Index pattern via the Management UI but when clicking on May 31, 2017 · You just remove your index data but you don't touch . Oct 18, 2018 · I believe the thing you are trying to achieve is not possible. If you want to use the Mapping API for that your request would look like this: The remove policy API removes all ILM metadata from the index and doesn’t consider the index’s lifecycle status. How to Delete an Index in Elasticsearch? In any of these cases, you will need to delete a single index or multiple indices from Elasticsearch as part of fixing whatever issue you are dealing with. To delete indices, you can use the DELETE REST request: DELETE /my_index For managing multiple indices, there is the Elasticsearch Curator tool. For example: DELETE filebeat-7. You can then use the delete index Jun 24, 2021 · I created some field in the past for testing. " I go through the process successfuly; my pattern shows " Your index pattern matches 1 source. However, I couldn't find a way to delete a service. Apr 9, 2020 · How to prevent users who have access to kibana dev tools, from making any inadvertent changes , updates or deletes in a particular index. I went ahead and also removed the ILM from the index before deleting a few indices, still no luck. * indices although it is not recommended as these are managed by kibana itself. Bootstrap an index as the initial write index. 14" And I want to delete it after 30 Days. Get Started with Elasticsearch. I wanted to see if I can have multiple services. 10. 1. can you help how to write below three steps Create a lifecycle policy that defines the appropriate phases and actions. Jul 28, 2011 · How do you clear the data out of an index without deleting that index? We are using elasticsearch in a Grails application. Intro to Jan 24, 2022 · I have moved from ELK 7. See Delete index. N. It is however not freeing up the space. Indexes related to APM : Jun 26, 2018 · So I want to completely delete the index from Elastic search also, So can this be achieved just from Kibana UI same delete option or should i execute XDELETE from elastic search. « Index and query a document Modifying your data » Most Popular. that mean 13th october suffixed index holding 12am to 2pm data of 14th. Endpoints. 02 Related docs: List All Indices; DELETE Index API Nov 27, 2022 · DELETE . 26-000001/_… Aug 12, 2020 · Hi everyone, I have an issue with my dashboards. Jul 12, 2022 · Unfortunately I had in my logstash logs-%{somefield}, now it made more than one index with %{somefield} in them, which Kibana does not like and gives back 400s if I try and do any request to them. kibana indices as they are essential to the logging function. Feb 17, 2023 · Overview: Here is an overview of how the delete action works in ILM:. Kibana’s Index Management features are an easy, convenient way to manage your cluster’s indices, data streams, index templates, and enrich policies. 05. Supports wildcards (*). 5. Then follow the suggestions. " I advance all the way to Create the index pattern, and get a screen showing all fields (112). 0-2021. Clicking a badge narrows the list to only indices of that type. This can leave indices in an undesired state. In this article, we will discuss how to delete Elasticsearch indices using cURL, a command-line tool for transferring data with URLs. 27", Sep 17, 2019 · You can create 10 indexes (index per day) and each day delete one of the indexes - oldest one. For example, the forcemerge action temporarily closes an index before reopening it. To disable allowing such operation, set the action. 0-2019. First, add more free disk space or change the flood stage watermark. Deleting an index deletes its documents, shards, and metadata. Our previous sysadmin installed and configured the elk server but he getting out of space I want to know if I can delete data from indices without reconfiguring the entire server or ELK? Jul 26, 2021 · I have 2TB of indices, trying to manually delete some indices removes them from Kibana, etc. If you want to delete the movie_indexer index (containing the data) and the associated index pattern in Kibana (containing the Kibana settings for that index), you can do so by issuing two queries, namely the one you already did to delete the data You have questions about your data. I'm done playing around now and want to delete all my data and start again. If you have Kibana installed, you can go to your kibana url: Management (Left pane) -> Elasticseach Index Management -> Select your Index -> Edit Settings then update: "index. 08. Feb 15, 2021 · Now, create an index pattern. Basically what I am looking for is, some kind of authorisation for a particular index, so that only authorised users can be given R/W access and any other users should have only R permission. e all REF-3? {"_index": "index-names-2018. I was very happy playing with my filebeat / netflow platform untill today. kibana index which contains all the kibana stuff. Is there anything I missed? Delete an index edit. Currently, ElasticSearch DELETE API supports the following : You may either delete an index Jan 6, 2021 · Is there a way to delete data uploaded today from an index in elasticsearch/kibana 1 How to automatically delete elastic search records which are older than 1 month in AWS Jul 7, 2019 · I have created an ElasticSearch instance via AWS and have pushed some test data into it in order to play around with Kibana. Mar 9, 2024 · You can run the delete_by_query from Kibana > Management > Dev Tools > Console or from the terminal command line. Introduced 1. Apr 23, 2013 · I am trying to figure out an approach to delete all entries for a specific property in an elasticsearch index and remove all type mappings for that property. Jul 4, 2017 · The relevant Elasticsearch documentation I have found: Delete index API does say nothing on regex. I am using "elasticsearch head" add-on for chrome to check and manipulate the indexes and _doc. You can then build url in Kibana using a field which is a copy of the document id. I have been looking at the following t Jun 23, 2020 · As I mentioned in my previous post (AppSearch disk consumption keeps growing), my EES+ES node is quickly filling up the disk, even my document count and size is pretty stable Kibana shows me that my most heavy indexes are . DELETE /{your index name} Click the green triangle to make the API call. Apr 5, 2019 · Fortunately, it’s quick and easy to delete an index in Elasticsearch using Kibana. sincedb_* and re-run I'll have a small portion of data that is duplicated. 6 Likes Sjaak01 (Sjaak) May 31, 2017, 7:52am Jun 21, 2021 · Hi, I new in ELK. 06. Select this index pattern when you search and visualize your data. Kibana Dev Tools: Perform index deletion through Kibana's built-in Dev Tools console. Delete index. DELETE /rnd_prod/ { "query": { "ids": { Aug 28, 2018 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Feb 15, 2019 · Your index is locked; most likely because you hit the flood stage watermark, meaning your disk had less than 5% space left. , by running something like. Below is the configuration: And I have indexes who are using this policy but none of them get deleted. 13. Now I want to remove field "rem_amount" from mapping and the associated documents. ent-search-app-search-analytics-ecs-logs-togo_production Feb 16, 2015 · If you # want to use this action as a template, be sure to set this to False after # copying it. You can only add/remove replicas, but that's it. 15 in an attempt to solve this problem and it looks like all that effort was of no use. kibana. Mar 7, 2014 · Basically, I forgot to include start_position => "beginning" in the Logstash config, so if I delete . gc_deletes index setting and defaults to 60 seconds. If space_id is not provided in the URL, the default space is used. The following screenshot shows the delete operation: Aug 23, 2016 · You can't change the mapping of an index when it already exists, except when you create new fields to Objects or multi-fields. Dec 8, 2022 · The best way and easy way to do it via the Kibana UI. Sep 13, 2018 · Hi, Using the example below how do I delete all documents within an index that match the actype field i. Click Create index pattern. This contains almost 155154 documents. Delete all indices in elasticsearch. Automatically after 7 days the data will be deleted. B. I've used Kibana to see this data and clicked on the "inspect" button to see the query it has run: Apr 6, 2023 · This article provides an overview of available methods to back up and restore an Elasticsearch index in the event of deletion. I have deleted this from my logstash and after that I restarted kibana, elasticsearch and logstash I am not seeing these fields in discover, however this is still there in Indexpattern. Below is the code I used to delete. So I was able to find a way to remove that field from my index with: POST filebeat-7. Runtime fields can impact Kibana performance. If you no longer need an index, you can use the delete index API operation to delete it. . You can also filter indices using the search bar. Oct 24, 2018 · In Elasticsearch, an index is similar to a database in the world of relational databases. Dec 6, 2023 · In recent version of Kibana you need to go to: Stack management-> Saved objects, select the saved searches that you want to delete and press the Delete button. Provide details and share your research! But avoid …. Identify the indices that you want to delete based on your list from Step 1. You can go to Stack Management --> Index Lifecycle Management --> Create Policy and here in the Hot phase, set the number of days you want a particular index to be in Elasticsearch and then remove the Cold phase. You can configure logstash to create new index daily. This is done using the min_age, max The Index Management page contains an overview of your indices. I am still unable to delete the index pattern in Kibana, neither through the Jul 1, 2019 · i am getting some duplicate results searching in kibana's discover search bar in some documents fields, i wanto to get an unique document from each time of the I am a newbie in Elastic search. Delete an index pattern object with the my-pattern ID: $ curl -X DELETE api/index_patterns/index_pattern/my-pattern « Update index pattern API Get default index pattern API » Deleting an index deletes its documents, shards, and metadata. Pros: it is very easy to delete or archive old data Cons: you need to rewrite your queries if you need to search all days data. By default oldest indexes The version number of a deleted document remains available for a short time after deletion to allow for control of concurrent operations. It does not delete related Kibana components, such as data views, visualizations, or dashboards. Video. You can read up on: Mappings and Re-Indexing Aug 18, 2020 · In the delete phase for index policy, there is option in kibana to delete based on the number of days from rollover which I am having as 3 days. Removing an index’s ILM policy during a forcemerge can leave the index closed indefinitely. 0. I can delete it via curl or Kibana and it is acknowledged and removed. Create an index template to apply the policy to each new index. <target> (Required, string) Comma-separated list of data streams or indices used to limit the request. Nov 17, 2017 · Re-index log-20170101 to log-20170101-1; Delete log-20170101; Create a mapping for log-20170101; Re-index log-20170101-1 to log-20170101; Delete log-20170101-1; Now when you Refresh your Index Patter in Kibana you will notice that the field is no longer conflicted. Asking for help, clarification, or responding to other answers. Badges indicate if an index is frozen, a follower index, or a rollup index. g. 4 version is very old and already passed the EOL date, it does not have any UI to delete the index, you will need to use the elasticsearch REST API to delete it. To delete data from within indices, look into the delete_by_query tool. Mar 14, 2018 · In this case I think the way to go is to scroll the entire collection, get the list of document IDs to delete, and sequentially run delete requests on all 65M of them, probably using bulk API. This is how my index pattern look like in json format {A : {B : {C: } } I believe removing B will automatically remove C from my index as well. Somehow, I ran into problems, so I wanted to delete some services. 6. We only need to Apr 11, 2022 · index [. Index templates define settings , mappings , and aliases that can be applied automatically to new indices. 4. Once an index is deleted, all its associated data will be permanently removed from your Kibana instance. You can use _all or * in delete index API to delete one or more index. When you run a query, Elasticsearch uses the fields you index first to shorten the response time. rollover_alias [filebeat] does not point to index [filebeat-log-centralization-ds-test-2020. 0-2020. space_id (Optional, string) An identifier for the space. Feb 19, 2020 · If you want to delete data from Kibana, you would need to go to the Dev Tools > Console page (see Kibana documentation | Console), and use the Delete index API to delete your indices. Note: Do not remove the searchguard and . During development when we end up with rogue objects in the index, we can't remove them because they no longer exist in the database. I am trying to delete the . agree? as per policy i pasted in my Apr 12, 2016 · I was trying to delete a particular record, but I have accidentally deleted the entire index(rnd_prod). An index is a logical namespace which maps to one or more primary shards and can have zero or more replica shards. To be honest I tried with index templates to add index lifecycle policy but I don't understand a lot options :(… I just wan't delete oldest than 30days or when there will be no space on HDD etc. Nov 20, 2015 · The following example shows how to delete tweets from the twitter index that have the user value of "kimchy". Question : How can I delete a service in APM? Further information. 13-000072 but the name of index has nothing to do with data inside it. 04. I just cant seem to find the answer. ELK - Removing old logs viewable in Kibana. For example, I have an index named "alb-logs-2020. To remove all aliases, use * or _all. reporting*, if you or someone else runs a report in Kibana, the index is going to recreated again. Aug 9, 2016 · Changing Kibana source code is the most straightforward way. Practicing good index management ensures your data is stored correctly and in the most cost-effective way possible. Dec 15, 2023 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Is there any way that I can update the mapping to remove a field WITHOUT reindexing the entire index? Feb 12, 2016 · To answer your question, I believe it was yanked out for reliability and maybe performance optimizations when the mappings get shipped around the cluster. kibana-2 index after upgrading to 6. It does not delete related Kibana components, such as index patterns, visualizations, or dashboards. Jan 6, 2022 · Hi i need clear solution how can i delete the old indices data automatically after a period of time. E. destructive_requires_name configuration to true Use the delete index template API to delete one or more index templates. Delete the whole data stream or just that index. Yesterday i tried to delete index in kibana ui on dustbin icon, but still i can see good health in elastic search end, thats why Deleting an index pattern. DELETE <your_index> If you don't know the names of your indices, you can run first the following command in the Dev Tools > Console: Dec 1, 2019 · I am new to Elastic search and I have written code to index a list of City. id (Required, string) The ID of the index pattern you want to delete. monitoring-es-7-2020-XX-XX : 700MB each. Oct 17, 2019 · Easier way is to navigate in Kibana to Management->Elasticsearch index mapping then select indexes you would like to delete via checkboxes, and click on Manage index-> delete index or flush index depending on your need. Note: use the _all or * with extreme caution as the name denotes. Sep 24, 2019 · I'm trying out Elastic APM. Below is one of the index setting configuration. Once you have sufficient storage available run the following command through the Dev Tool in Kibana: Nov 20, 2015 · That's normal because Kibana will store an index pattern and the associated field settings from the mapping inside his own index called . Feb 8, 2022 · I created a index policy in Kibana to delete index order than 7 days. While indexing and CRUD Mar 14, 2019 · But I think it deletes the indexes created by timestamp, not data with in an index. Dec 17, 2021 · Is there a way to delete data uploaded today from an index in elasticsearch/kibana Hot Network Questions Can I plug a 3 plug extension cord into a 6 plug extender that is plugged into a wall outlet Aug 9, 2020 · It looks like that alias created by you filebeat is not pointing to index which you want to delete as high-lighted in exception message. blocks. It has already specified the policy to use: metrics-log-retention. DELETE /<index-name> Query parameters. DELETE /uniqueindex Response { "acknowledged" : true } Apr 8, 2019 · With new index being created each month with different name, do I need to recreate my Kibana dashboards each month? No, you will need to create an index pattern on kibana, something like kinesis-*, then you will create your visualizations and dashboards using this index pattern. Another approach would be to use that device. Multiple indices says:. Jan 19, 2022 · I have an index lifecycle policy set up which I want to delete indices after 30 days. Sep 3, 2020 · Hi guys. The 5. To delete from Kibana DevTools console, paste the query below and press the play button to execute the query command; NOTE: modsec* is our index with (wildcard, * to match all indices whose names starts with modsec}. What pages on your website contain a specific word or phrase? What events were logged most recently? What processes take longer than 500 milliseconds to respond? Aug 20, 2017 · You should only delete data from Elasticsearch using the API. Again, once an index is created, the number of shards cannot be modified anymore. Then, if I click "Kibana > Index Patterns" again, I get the same message "You have data in Elasticsearch. Can we use curator for delete data within an index? It will be pleasure if I get to know that either of following would work: Can Curl Automate to delete data from an index after a period? Can curator Automate to delete data from an index after a period? May 25, 2016 · That will still delete the whole index with all shards. I have run a delete command on my index: Command. Jan 3, 2019 · The flow of my data is postgresql to logstash to elasticsearch to kibana. To delete indices after 30 days, simply enable the "Delete phase" and set it to 30 days Oct 26, 2024 · Direct Deletion: Use the Elasticsearch REST API to delete specific or pattern-matching indices. Hot Network Questions Bringing in a peanut butter sandwich to discourage lunch thief who has peanut allergy Kids' book where Aug 21, 2020 · Display, search, create or delete the Kibana index pattern using API. Find the files which are filling up your storage and delete/move them. Jul 22, 2020 · You can apply policies to kibana's . However, it’s crucial to exercise caution while deleting indexes, as the process is irreversible. I want to remove an unwanted field "B" from my index. Figure out what you want to do. async-search] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block]; To resolve this used these commmands to get back the write mode Jun 5, 2017 · Unable to delete index pattern in Kibana. Do I need to manually delete old index every month to clean disk To delete an index in Kibana, you need to identify the specific index you want to remove and execute the deletion command. Feb 4, 2022 · I've also indexed some documents to the index with the above mapping. ent-search-api-ecs-logs-togo_production-7. actions: 1: action: delete_indices description: >- Delete indices older than 45 days (based on index name), for logstash- prefixed indices. ILM: Automate index management, including deletion, based on age or size. 13-000072 index say created at 2pm today then a new index with 14th october date suffix create at 2pm tomorrow again. Delete the indices. I recently faced an issue wherein the load test was performed and there was a sudden spike in disk usage, index policy did not delete the indices as rollover configured was 3 days. First, you define the conditions that must be met for the policy to trigger a deletion. 09] Feb 20, 2019 · Hi there, I've tried to create an Index Pattern in Kibana to match an Elasticsearch index, but after trying no data displays even through Elasticsearch reports 32k+ documents. I have successfully created a service with data flowing in. Apr 8, 2019 · The above will delete an index called userprof, it is required to specify an index or a wildcard expression. Another way is to build a small API that get index, type and id of a document and then call the DELETE on the Rest API of ElasticSearch. Kibana is now configured to use your Elasticsearch data. . It also support wildcards, for example: test* or *test or te*t or *test*, and the ability to "add" (+) and "remove" (-), for example: +test*,-test3. They are built on an index pattern, I wanted to know if I can delete the index safely and re-create another one with the same name ? Will I keep my dashboards safe, or will they be destroyed ? Has anyone faced that issue before ? Thank you in advance Nov 14, 2023 · Introduction. Let's take the "STATISTIC-PROCESS-RUNTIME-HOUR" as an example. Index the fields that you commonly search for and filter on, such as timestamp, then use runtime fields to limit the number of fields Elasticsearch uses to calculate values. idx as document ID (here reindex API might come handy) if this is of course the desired unique ID for your Oct 14, 2020 · I already having date as suffix like this filebeat-7. lifecycle. Deleting indices is a crucial task in managing Elasticsearch clusters, as it helps in freeing up resources, optimizing cluster performance, and maintaining data integrity. There was nothing to see and founded following message at log file: high disk watermark [90%] exceeded on [NX79WFORStGfAdCq26XLaw][ub… May 29, 2022 · In this one we learn how to create indices with some settings and also deleting it Aug 19, 2019 · Creating Index-Pattern in Kibana (which points to some Elastic Index per it's title value (sting/regex)) should have a user defined ID (so that you can use to query/delete/create again) without worrying about the alpha-numeric ID which you get if you create such Index-Pattern or even ES index using Kibana's GUI. Nov 28, 2018 · I know this is probably a basic question. To delete the index, you must roll over the data stream so a new write index is created. You can drill down into each index to investigate the index settings, mapping, and <alias> (Required, string) Comma-separated list of aliases to remove. thank you. 9 to ELK 7. From the left navigation window, prepare the request to delete your index. Please confirm with your experiences . 30 days, and save. In order to achieve this the policy has two phases: Hot Phase (with 'Delete data after this phase' selected) Delete Phase (in… Oct 30, 2015 · ElasticSearch: Unable to delete index using API, Manual deletion? 1. It goes something like this: MySQL => Databases => Tables => Columns/Rows Elasticsearch => Indices => Types => Documents with Properties. As mentioned earlier, to stop the creation of monitoring indexes, you need to disable monitoring (see first link), but it's not necessarily a good idea to do so, because you'd be blind and not really know how your cluster is doing. Read about the elasticsearch query structure to understand the JSON in the 2nd example Read about the elasticsearch query structure to understand the JSON in the 2nd example Aug 13, 2020 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. When a new field is added to an index, the index pattern field list is updated the next time the index pattern is loaded, for example, when you load the page or move between Kibana apps. The length of time for which a deleted document’s version remains available is determined by the index. You cannot delete the current write index of a data stream. It asks for confirmation before deleting and deletes the pattern after confirmation. Then you will be able to delete older indexes without much issue based on the date. ds-index-name. Thanks for any help. 7. But the problem is that index size is increasing alot its going into GBs of memory whereas Apr 7, 2020 · My indexes are created every day like xxx-yy-mm-dd, how can I automatic remove old indexes? I am looking for some easy way, because whole is generated automatic by tshark. However it will be hard to maintain with new releases. The documentation also states that. I know I need to include the username and password -u:p but I am not sure of the exact format for the command. We added an admin function that allows us to delete and recreate the index, but we don't need to delete the index entirely. This can be done using Jun 23, 2020 · Deleting older data from the current index is not a easy way to do it. Apr 23, 2020 · Earlier I had created few extra fields from logstash, now I don't want these fields in my index pattern. If you only wanted delete that index and not the whole data stream, you will need to force a rollover that will create the next in the sequence and then you can delete that one. With the step-by-step instructions described in this tutorial, you’ll have no trouble deleting either a single index or even multiple indices. read_only_allow_delete": "false" Also, to set it globally on kibana you can go to dev tools (left pane) and make the following request: In this video, we will learn how to delete an index from Elasticsearch Elasticsearch automatically sets "read_only_allow_delete": "true" when hard disk space is low. 0-2020-XX-XX: also 700MB each . To access Saved Objects, you must have the required Saved Objects Management Kibana privilege. Curator: Use Curator for advanced index management and automation. Path parameters Jan 22, 2023 · Navigate to Kibana menu-> Stack Management-> Index Lifecycle Policies; Find and open kibana-reporting; In Hot phase choose Delete data after this phase; Delete phase should appear at the very end; Set the desired time period, e. Apr 11, 2019 · To list all indices, go to the Dev Tools console in Kibana and run: GET /_cat/indices To delete an index, use the DELETE INDEX API. Then you can access all your data through index patterns or alias. Mar 27, 2020 · It is not clear on what those index are storing (can see some maps and lens related documents) Is it possible to delete them to limit my shards? what would be the Feb 25, 2022 · Same for . I have an unwanted field in my index say index name "test_index".
jajk tswy kkhmvud rxceu xeex axa oleo tzmh aot zpah
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}