All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.b6fe2bb5-6231.dece13e41341a690c410.js.map Maven / Gradle / Ivy

{"version":3,"file":"b6fe2bb5-6231.dece13e41341a690c410.js","mappings":"wsDAiEA,QAvCMA,SAAAA,I,qYACJ,WACE,IAAMC,EACJ,gBAAC,KAAD,CAAYC,MAAM,wBAChB,6QAMA,8EACkD,IAChD,gBAAC,KAAD,CAAmBC,KAAMC,EAAAA,EAAAA,MAAAA,YAA8BC,KAAK,mBAG9D,4BACE,gBAAC,IAAD,CAAeC,GAAIC,EAAAA,GAAAA,OAAAA,WAAAA,QACjB,gBAAC,KAAD,CAAQC,QAAQ,UAAUC,OAAO,MAAjC,uBAMR,OACE,gBAAC,KAAD,CAAeP,MAAM,0BACnB,4BACGD,EAED,gBAAC,KAAD,CAAKS,UAAU,WACb,gBAAC,KAAD,CAAKC,GAAI,IACP,gBAAC,KAAD,e,gFA9BRX,CAAoBY,EAAAA","sources":["webpack://graylog-web-interface/./src/pages/IndicesPage.jsx"],"sourcesContent":["/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport React from 'react';\n\nimport { LinkContainer } from 'components/common/router';\nimport Routes from 'routing/Routes';\nimport { Col, Row, Button } from 'components/bootstrap';\nimport DocsHelper from 'util/DocsHelper';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport { DocumentationLink } from 'components/support';\nimport { IndexSetsComponent } from 'components/indices';\n\nclass IndicesPage extends React.Component {\n  render() {\n    const pageHeader = (\n      \n        \n          A Graylog stream write messages to an index set, which is a configuration for retention, sharding, and\n          replication of the stored data.\n          By configuring index sets, you could, for example, have different retention times for certain streams.\n        \n\n        \n          You can learn more about the index model in the{' '}\n          \n        \n\n        \n          \n            \n          \n        \n      \n    );\n\n    return (\n      \n        \n          {pageHeader}\n\n          \n            \n              \n            \n          \n        \n      \n    );\n  }\n}\n\nexport default IndicesPage;\n"],"names":["IndicesPage","pageHeader","title","page","DocsHelper","text","to","Routes","bsStyle","bsSize","className","md","React"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy